diff options
author | Sylvain Pineau <sylvain.pineau@canonical.com> | 2020-07-14 12:03:13 +0200 |
---|---|---|
committer | Sylvain Pineau <sylvain.pineau@canonical.com> | 2020-07-14 12:03:13 +0200 |
commit | e0c72ac299f46e46b91d6cd6871ad6831db329ff (patch) | |
tree | a5cc7dcf6c8c7d1d21ed01dfca79d6fa9a0007d5 /units/suspend | |
parent | f94f80685652c3dc37d7ca40a27e779f2cf3e3a0 (diff) |
bin:network_reconnect_resume_test -> network_reconnect_resume_test.py
Diffstat (limited to 'units/suspend')
-rw-r--r-- | units/suspend/suspend.pxu | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/units/suspend/suspend.pxu b/units/suspend/suspend.pxu index afb33d7..2eb02e2 100644 --- a/units/suspend/suspend.pxu +++ b/units/suspend/suspend.pxu @@ -1266,7 +1266,7 @@ id: suspend/wifi_resume_time depends: suspend/suspend_advanced requires: device.category == 'WIRELESS' -command: network_reconnect_resume_test -t 90 -d wifi +command: network_reconnect_resume_test.py -t 90 -d wifi estimated_duration: 0.530 _description: Checks the length of time it takes to reconnect an existing wifi connection @@ -1279,7 +1279,7 @@ estimated_duration: 1.2 depends: suspend/suspend_advanced_auto requires: device.category == 'WIRELESS' -command: network_reconnect_resume_test -t 90 -d wifi +command: network_reconnect_resume_test.py -t 90 -d wifi _description: Checks the length of time it takes to reconnect an existing wifi connection after a suspend/resume cycle. @@ -1291,7 +1291,7 @@ depends: suspend/suspend_advanced estimated_duration: 1.2 requires: device.category == 'NETWORK' -command: network_reconnect_resume_test -t 10 -d wired +command: network_reconnect_resume_test.py -t 10 -d wired _description: Checks the length of time it takes to reconnect an existing wired connection after a suspend/resume cycle. @@ -1303,7 +1303,7 @@ depends: suspend/suspend_advanced_auto estimated_duration: 1.2 requires: device.category == 'NETWORK' -command: network_reconnect_resume_test -t 10 -d wired +command: network_reconnect_resume_test.py -t 10 -d wired _description: Checks the length of time it takes to reconnect an existing wired connection after a suspend/resume cycle. |