diff options
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" |