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