diff options
author | Jonathan Cave <jonathan.cave@canonical.com> | 2020-06-29 14:39:06 +0100 |
---|---|---|
committer | Jonathan Cave <jonathan.cave@canonical.com> | 2020-07-20 17:54:40 +0100 |
commit | 00b54d4a670a1584f28dc97a663d60bfc4db5bda (patch) | |
tree | 6e75a544566c4552ba8d0cf3251c793b2d3b3e70 /units/ethernet | |
parent | 1ae8f114e0dfa61a3b00d61fc1c3290dc1ef5a69 (diff) |
units/*: modify all calls of geteway_ping_test
Move to renamed gateway_ping_test.py
Diffstat (limited to 'units/ethernet')
-rw-r--r-- | units/ethernet/jobs.pxu | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/units/ethernet/jobs.pxu b/units/ethernet/jobs.pxu index 6ef3043..8a4fddc 100644 --- a/units/ethernet/jobs.pxu +++ b/units/ethernet/jobs.pxu @@ -187,7 +187,7 @@ _summary: Can ping another machine over Ethernet port {interface} _description: Check Ethernet works by pinging another machine plugin: shell command: - gateway_ping_test -v --interface {interface} + gateway_ping_test.py -v --interface {interface} category_id: com.canonical.plainbox::ethernet estimated_duration: 4.0 flags: preserve-locale also-after-suspend @@ -334,7 +334,7 @@ command: exit 1 fi echo "Interface up" - gateway_ping_test -v --interface {interface} + gateway_ping_test.py -v --interface {interface} PING_TEST=$? if [ $PING_TEST -ne 0 ]; then echo "Ping test failed" |