summaryrefslogtreecommitdiff
path: root/units/suspend
diff options
authorSylvain Pineau <sylvain.pineau@canonical.com>2020-07-14 12:03:13 +0200
committerSylvain Pineau <sylvain.pineau@canonical.com>2020-07-14 12:03:13 +0200
commite0c72ac299f46e46b91d6cd6871ad6831db329ff (patch)
treea5cc7dcf6c8c7d1d21ed01dfca79d6fa9a0007d5 /units/suspend
parentf94f80685652c3dc37d7ca40a27e779f2cf3e3a0 (diff)
bin:network_reconnect_resume_test -> network_reconnect_resume_test.py
Diffstat (limited to 'units/suspend')
-rw-r--r--units/suspend/suspend.pxu8
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.