Audit network root

This commit is contained in:
Adrien Ferrand 2020-06-28 11:10:59 +02:00
parent eda44c3bf3
commit e236dd8358

View file

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