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