diff options
author | Pierre Equoy <pierre.equoy@canonical.com> | 2020-09-14 16:22:24 +0800 |
---|---|---|
committer | Pierre Equoy <pierre.equoy@canonical.com> | 2020-09-14 16:22:24 +0800 |
commit | fd2efb4298429343d817da3c8d9eebd1742b94e4 (patch) | |
tree | 47b473abdd4891e54227a65bba786ebf9a8715aa /units/suspend | |
parent | eeea3b9285f2e3566536f9f578a6321c69ae4484 (diff) |
units: usb: Add note to make sure USB drive has a partition
LP: #1895497
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. |