diff options
author | Jonathan Cave <jonathan.cave@canonical.com> | 2017-12-07 16:46:20 +0000 |
---|---|---|
committer | Maciej Kisielewski <maciej.kisielewski@canonical.com> | 2017-12-11 14:24:02 +0100 |
commit | 2a5a5d4e946dd9c3ef762c7ddc91cb9cd8e4a462 (patch) | |
tree | 2cc79bed2bceaa56ce3dd7010ed2dd55ad4b34ec /units/usb | |
parent | 44d824f6eb4f99ed771a78586fb9a456af29ca14 (diff) |
Create test plans for the usb preinserted jobs
These are convenient for using in nested parts while maintaining correct running order
Diffstat (limited to 'units/usb')
-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 f3047c2a..1ff40a6f 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 |