Audit network

This commit is contained in:
Adrien Ferrand 2020-06-28 11:07:56 +02:00
parent 4ce6122e3e
commit eda44c3bf3

View file

@ -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