diff options
author | PMR <pmr@pmr-lander> | 2017-12-07 17:00:25 +0000 |
---|---|---|
committer | PMR <pmr@pmr-lander> | 2017-12-07 17:00:25 +0000 |
commit | 07a6236413e3e9abdac506271e3a0259cd964d95 (patch) | |
tree | 2cc79bed2bceaa56ce3dd7010ed2dd55ad4b34ec | |
parent | a29a06886d899b10032b4c6f25f521069e1d1bbb (diff) | |
parent | 58745b3bd063ddfca7dd6a7a0c3aadb1d15834a6 (diff) |
Merge #334925 from ~jocave/plainbox-provider-checkbox:storage-preinserted-tpssnap-2017-12-11T1040
-rw-r--r-- | units/usb/test-plan.pxu | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/units/usb/test-plan.pxu b/units/usb/test-plan.pxu index f3047c2..1ff40a6 100644 --- a/units/usb/test-plan.pxu +++ b/units/usb/test-plan.pxu @@ -101,3 +101,31 @@ include: suspend/usb3_insert_after_suspend certification-status=blocker suspend/usb3_storage_automated_after_suspend certification-status=blocker suspend/usb3_remove_after_suspend certification-status=blocker + +id: usb-preinserted +unit: test plan +_name: Automated USB write/read/compare tests on storage devices +_description: Automated USB write/read/compare tests on storage devices +include: + usb/storage-preinserted + +id: after-suspend-usb-preinserted +unit: test plan +_name: After suspend automated USB write/read/compare tests on storage devices +_description: After suspend automated USB write/read/compare tests on storage devices +include: + after-suspend-usb/storage-preinserted + +id: usb3-preinserted +unit: test plan +_name: Automated USB 3 write/read/compare tests on storage devices +_description: Automated USB 3 write/read/compare tests on storage devices +include: + usb3/storage-preinserted + +id: after-suspend-usb3-preinserted +unit: test plan +_name: After suspend automated USB 3 write/read/compare tests on storage devices +_description: After suspend automated USB 3 write/read/compare tests on storage devices +include: + after-suspend-usb3/storage-preinserted |