diff options
author | Sylvain Pineau <sylvain.pineau@canonical.com> | 2020-07-14 12:10:56 +0200 |
---|---|---|
committer | Sylvain Pineau <sylvain.pineau@canonical.com> | 2020-07-14 12:10:56 +0200 |
commit | 202336b118c7bf3e2b28e299ecdcad40f1a0e37e (patch) | |
tree | 17dfe387f5616a965fe1d0e131953eb49f49f88e /units/suspend | |
parent | 68db088272ae18f9e0a7493667219e0398616874 (diff) |
bin:network_wait -> network_wait.sh
Diffstat (limited to 'units/suspend')
-rw-r--r-- | units/suspend/suspend.pxu | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/units/suspend/suspend.pxu b/units/suspend/suspend.pxu index 2eb02e2..1889004 100644 --- a/units/suspend/suspend.pxu +++ b/units/suspend/suspend.pxu @@ -407,7 +407,7 @@ id: suspend/network_after_suspend estimated_duration: 20.0 depends: suspend/suspend_advanced suspend/network_before_suspend _description: Test the network after resuming. -command: network_wait; gateway_ping_test | diff $PLAINBOX_SESSION_SHARE/network_before_suspend.txt - +command: network_wait.py; gateway_ping_test | diff $PLAINBOX_SESSION_SHARE/network_before_suspend.txt - plugin: shell category_id: com.canonical.plainbox::suspend |