From e236dd835860a73e7762f2b0c610ba7e41b91cf0 Mon Sep 17 00:00:00 2001 From: Adrien Ferrand Date: Sun, 28 Jun 2020 11:10:59 +0200 Subject: [PATCH] Audit network root --- .azure-pipelines/templates/steps/tox-steps.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.azure-pipelines/templates/steps/tox-steps.yml b/.azure-pipelines/templates/steps/tox-steps.yml index ff2c438cc..4e0c7cc5d 100644 --- a/.azure-pipelines/templates/steps/tox-steps.yml +++ b/.azure-pipelines/templates/steps/tox-steps.yml @@ -35,7 +35,7 @@ steps: condition: contains(variables['TOXENV'], 'test-farm') - bash: | stat tests/letstest/azure-test-farm.pem - netstat -plnt + sudo netstat -antlp if [[ "${TOXENV}" == *"oldest"* ]]; then tools/run_oldest_tests.sh else