diff options
author | Sylvain Pineau <sylvain.pineau@canonical.com> | 2020-07-14 12:09:21 +0200 |
---|---|---|
committer | Sylvain Pineau <sylvain.pineau@canonical.com> | 2020-07-14 12:09:21 +0200 |
commit | 68db088272ae18f9e0a7493667219e0398616874 (patch) | |
tree | 6f0f172c4731c86a4541d8d7081db0d9543ded05 /units | |
parent | e0c72ac299f46e46b91d6cd6871ad6831db329ff (diff) |
bin:network_restart -> network_restart.py
Diffstat (limited to 'units')
-rw-r--r-- | units/stress/jobs.pxu | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/units/stress/jobs.pxu b/units/stress/jobs.pxu index cff2bd7..b7b37bb 100644 --- a/units/stress/jobs.pxu +++ b/units/stress/jobs.pxu @@ -481,7 +481,7 @@ id: stress/network_restart estimated_duration: 1500.0 user: root environ: PLAINBOX_SESSION_SHARE -command: network_restart -t 100 -o $PLAINBOX_SESSION_SHARE +command: network_restart.py -t 100 -o $PLAINBOX_SESSION_SHARE _description: Ping ubuntu.com and restart network interfaces 100 times plugin: attachment |