diff options
author | Jonathan Cave <jonathan.cave@canonical.com> | 2017-12-07 16:46:20 +0000 |
---|---|---|
committer | Sylvain Pineau <sylvain.pineau@canonical.com> | 2017-12-20 13:54:29 +0100 |
commit | 5f8efeed6cc28d0a7b649fffa8513f94fdb9a970 (patch) | |
tree | 11683819d0eb4b6c34a9e72330b86f3e57234791 | |
parent | 151821af5138620e5bf646494a902d6688970fac (diff) |
Create test plans for the usb preinserted jobs
These are convenient for using in nested parts while maintaining correct running order
-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 |