summaryrefslogtreecommitdiff
path: root/units/suspend
diff options
authorSylvain Pineau <sylvain.pineau@canonical.com>2020-07-14 13:03:55 +0200
committerSylvain Pineau <sylvain.pineau@canonical.com>2020-07-14 13:03:55 +0200
commitc8806559e248aef5ed1196c63fcb5d53a2e6e0eb (patch)
treeece3c997f45ade674b7146d213eb6fc923c53c2a /units/suspend
parent64033b06a5b09255926f0b9d58f8c1062cb8634b (diff)
bin:removable_storage_test -> removable_storage_test.py
Diffstat (limited to 'units/suspend')
-rw-r--r--units/suspend/suspend.pxu28
1 files changed, 14 insertions, 14 deletions
diff --git a/units/suspend/suspend.pxu b/units/suspend/suspend.pxu
index f5b2b9d..91608d3 100644
--- a/units/suspend/suspend.pxu
+++ b/units/suspend/suspend.pxu
@@ -1574,7 +1574,7 @@ id: suspend/usb_storage_automated_after_suspend
estimated_duration: 1.2
depends: suspend/usb_insert_after_suspend
user: root
-command: removable_storage_test -s 268400000 usb
+command: removable_storage_test.py -s 268400000 usb
_description:
This test is automated and executes after the suspend/usb_insert_after_suspend
test is run.
@@ -1587,7 +1587,7 @@ requires:
usb.usb3 == 'supported'
depends: suspend/usb3_insert_after_suspend
user: root
-command: removable_storage_test -s 268400000 -m 500000000 usb --driver xhci_hcd
+command: removable_storage_test.py -s 268400000 -m 500000000 usb --driver xhci_hcd
_description:
This test is automated and executes after the suspend/usb3_insert_after_suspend
test is run.
@@ -1598,7 +1598,7 @@ id: suspend/usb_storage_preinserted_after_suspend
estimated_duration: 1.2
user: root
depends: suspend/suspend_advanced_auto
-command: removable_storage_test -l usb && removable_storage_test -s 268400000 usb
+command: removable_storage_test.py -l usb && removable_storage_test.py -s 268400000 usb
_description:
This is an automated version of usb/storage-automated and assumes that the
server has usb storage devices plugged in prior to checkbox execution. It
@@ -1612,7 +1612,7 @@ user: root
requires:
usb.usb3 == 'supported'
depends: suspend/suspend_advanced_auto
-command: removable_storage_test -l usb && removable_storage_test -s 268400000 -m 500000000 usb --driver xhci_hcd
+command: removable_storage_test.py -l usb && removable_storage_test.py -s 268400000 -m 500000000 usb --driver xhci_hcd
_description:
This is an automated version of usb3/storage-automated and assumes that the
server has usb 3.0 storage devices plugged in prior to checkbox execution. It
@@ -1624,7 +1624,7 @@ id: suspend/usb_performance_after_suspend
depends: suspend/usb_insert_after_suspend
user: root
estimated_duration: 45.00
-command: removable_storage_test -s 268400000 -p 15 usb
+command: removable_storage_test.py -s 268400000 -p 15 usb
_description:
This test will check that your USB 2.0 port transfers data at a
minimum expected speed.
@@ -1637,7 +1637,7 @@ requires:
depends: suspend/usb3_insert_after_suspend
user: root
estimated_duration: 45.00
-command: removable_storage_test -s 268400000 -m 500000000 usb --driver xhci_hcd
+command: removable_storage_test.py -s 268400000 -m 500000000 usb --driver xhci_hcd
_description:
This test will check that your USB 3.0 port could be recognized
as SuperSpeed USB device using xhci_hcd driver and transfers data correctly.
@@ -1671,7 +1671,7 @@ id: suspend/mmc-storage-after-suspend
depends: suspend/mmc-insert-after-suspend
estimated_duration: 10.0
user: root
-command: removable_storage_test -s 67120000 --memorycard sdio usb scsi
+command: removable_storage_test.py -s 67120000 --memorycard sdio usb scsi
_description:
This test is automated and executes after the mediacard/mmc-insert-after-suspend test
is run. It tests reading and writing to the MMC card after the system has been suspended.
@@ -1723,7 +1723,7 @@ id: suspend/sd-storage-after-suspend
estimated_duration: 10.0
depends: suspend/sd-insert-after-suspend
user: root
-command: removable_storage_test -s 268400000 --memorycard sdio usb scsi
+command: removable_storage_test.py -s 268400000 --memorycard sdio usb scsi
_description:
This test is automated and executes after the mediacard/sd-insert-after-suspend test
is run. It tests reading and writing to the SD card after the system has been suspended.
@@ -1776,7 +1776,7 @@ id: suspend/sdhc-storage-after-suspend
estimated_duration: 10.0
depends: suspend/sdhc-insert-after-suspend
user: root
-command: removable_storage_test -s 268400000 --memorycard sdio usb scsi
+command: removable_storage_test.py -s 268400000 --memorycard sdio usb scsi
_description:
This test is automated and executes after the mediacard/sdhc-insert-after-suspend test
is run. It tests reading and writing to the SDHC card after the system has been suspended.
@@ -1827,7 +1827,7 @@ id: mediacard/cf-storage-after-suspend
estimated_duration: 10.0
depends: mediacard/cf-insert-after-suspend
user: root
-command: removable_storage_test -s 268400000 --memorycard sdio usb scsi
+command: removable_storage_test.py -s 268400000 --memorycard sdio usb scsi
_description:
This test is automated and executes after the mediacard/cf-insert-after-suspend test
is run. It tests reading and writing to the CF card after the system has been suspended.
@@ -1878,7 +1878,7 @@ id: mediacard/sdxc-storage-after-suspend
estimated_duration: 10.0
depends: mediacard/sdxc-insert-after-suspend
user: root
-command: removable_storage_test -s 268400000 --memorycard sdio usb scsi
+command: removable_storage_test.py -s 268400000 --memorycard sdio usb scsi
_description:
This test is automated and executes after the mediacard/sdxc-insert-after-suspend test
is run. It tests reading and writing to the SDXC card after the system has been suspended.
@@ -1929,7 +1929,7 @@ id: mediacard/ms-storage-after-suspend
estimated_duration: 10.0
depends: mediacard/ms-insert-after-suspend
user: root
-command: removable_storage_test -s 268400000 --memorycard sdio usb scsi
+command: removable_storage_test.py -s 268400000 --memorycard sdio usb scsi
_description:
This test is automated and executes after the mediacard/ms-insert-after-suspend test
is run. It tests reading and writing to the MS card after the system has been suspended.
@@ -1980,7 +1980,7 @@ id: mediacard/msp-storage-after-suspend
estimated_duration: 10.0
depends: mediacard/msp-insert-after-suspend
user: root
-command: removable_storage_test -s 268400000 --memorycard sdio usb scsi
+command: removable_storage_test.py -s 268400000 --memorycard sdio usb scsi
_description:
This test is automated and executes after the mediacard/msp-insert-after-suspend test
is run. It tests reading and writing to the MSP card after the system has been suspended.
@@ -2031,7 +2031,7 @@ id: mediacard/xd-storage-after-suspend
estimated_duration: 10.0
depends: mediacard/xd-insert-after-suspend
user: root
-command: removable_storage_test -s 268400000 --memorycard sdio usb scsi
+command: removable_storage_test.py -s 268400000 --memorycard sdio usb scsi
_description:
This test is automated and executes after the mediacard/xd-insert-after-suspend test
is run. It tests reading and writing to the xD card after the system has been suspended.