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 | |
parent | f94f80685652c3dc37d7ca40a27e779f2cf3e3a0 (diff) |
bin:network_reconnect_resume_test -> network_reconnect_resume_test.py
-rwxr-xr-x | bin/network_reconnect_resume_test.py (renamed from bin/network_reconnect_resume_test) | 0 | ||||
-rw-r--r-- | units/ethernet/jobs.pxu | 2 | ||||
-rw-r--r-- | units/suspend/suspend.pxu | 8 | ||||
-rw-r--r-- | units/wireless/wireless-connection-manual.pxu | 2 |
4 files changed, 6 insertions, 6 deletions
diff --git a/bin/network_reconnect_resume_test b/bin/network_reconnect_resume_test.py index 8861eb6..8861eb6 100755 --- a/bin/network_reconnect_resume_test +++ b/bin/network_reconnect_resume_test.py diff --git a/units/ethernet/jobs.pxu b/units/ethernet/jobs.pxu index 5e559fa..95ae719 100644 --- a/units/ethernet/jobs.pxu +++ b/units/ethernet/jobs.pxu @@ -491,7 +491,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 _summary: Network reconnect resume test (wired) _description: Checks the length of time it takes to reconnect an existing wired connection 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. diff --git a/units/wireless/wireless-connection-manual.pxu b/units/wireless/wireless-connection-manual.pxu index 13ff465..7ffd6bb 100644 --- a/units/wireless/wireless-connection-manual.pxu +++ b/units/wireless/wireless-connection-manual.pxu @@ -204,7 +204,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 _summary: Network reconnect resume test (wifi) _description: Checks the length of time it takes to reconnect an existing wifi connection |