diff options
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/doctor/doctor.yaml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/jjb/doctor/doctor.yaml b/jjb/doctor/doctor.yaml index 051beb8b4..e91911194 100644 --- a/jjb/doctor/doctor.yaml +++ b/jjb/doctor/doctor.yaml @@ -200,7 +200,8 @@ source $HOME/opnfv-installer.sh # run tox to trigger the test - tox -e py34 + # As Jenkins user, it has no permission to send ICMP package + sudo -E tox -e py34 # ------------------------------- # publisher macros |