diff options
author | PMR <pmr@pmr-lander> | 2020-09-14 08:55:49 +0000 |
---|---|---|
committer | PMR <pmr@pmr-lander> | 2020-09-14 08:55:49 +0000 |
commit | d15071e45b799011ec4c74a53d7a63895566ddfb (patch) | |
tree | 47b473abdd4891e54227a65bba786ebf9a8715aa /units/suspend | |
parent | eeea3b9285f2e3566536f9f578a6321c69ae4484 (diff) | |
parent | fd2efb4298429343d817da3c8d9eebd1742b94e4 (diff) |
Merge #390657 from ~pieq/plainbox-provider-checkbox:usb-insert-partition-wordingsnap-2020-09-17T1413
Diffstat (limited to 'units/suspend')
-rw-r--r-- | units/suspend/suspend.pxu | 18 |
1 files changed, 10 insertions, 8 deletions
diff --git a/units/suspend/suspend.pxu b/units/suspend/suspend.pxu index 03ad778..9a9ced6 100644 --- a/units/suspend/suspend.pxu +++ b/units/suspend/suspend.pxu @@ -1503,15 +1503,16 @@ estimated_duration: 30.0 depends: suspend/suspend_advanced command: removable_storage_watcher.py insert usb -_description: - PURPOSE: +_purpose: This test will check that the system correctly detects the insertion of a USB storage device after suspend and resume. - STEPS: + NOTE: Make sure the USB storage device has a partition before starting + the test. +_steps: 1. Click "Test" and insert a USB storage device (pen-drive/HDD). (Note: this test will time-out after 20 seconds.) 2. Do not unplug the device after the test. - VERIFICATION: +_verification: The verification of this test is automated. Do not change the automatically selected result. @@ -1524,15 +1525,16 @@ requires: depends: suspend/suspend_advanced command: removable_storage_watcher.py -m 500000000 insert usb -_description: - PURPOSE: +_purpose: This test will check that the system correctly detects the insertion of a USB 3.0 storage device after suspend and resume. - STEPS: + NOTE: Make sure the USB storage device has a partition before starting + the test. +_steps: 1. Click "Test" and insert a USB 3.0 storage device (pen-drive/HDD) in a USB 3.0 port. (Note: this test will time-out after 20 seconds.) 2. Do not unplug the device after the test. - VERIFICATION: +_verification: The verification of this test is automated. Do not change the automatically selected result. |