diff options
author | Sylvain Pineau <sylvain.pineau@canonical.com> | 2017-09-25 21:13:04 +0200 |
---|---|---|
committer | Sylvain Pineau <sylvain.pineau@canonical.com> | 2017-09-25 21:13:04 +0200 |
commit | 704d45e3a86d7efc226685da2cf065ab4cc77442 (patch) | |
tree | a10b66e6ee50e0f07b30f2400cedabb5b6286b63 /units/usb | |
parent | 9f61ef644ec28b3e83a7cf7ad69d48edea50e40e (diff) |
Add automated and blockers test plans meant to be used as nested parts
Diffstat (limited to 'units/usb')
-rw-r--r-- | units/usb/test-plan.pxu | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/units/usb/test-plan.pxu b/units/usb/test-plan.pxu index 55881105..96ece6d5 100644 --- a/units/usb/test-plan.pxu +++ b/units/usb/test-plan.pxu @@ -49,3 +49,41 @@ 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-cert-blockers +unit: test plan +_name: USB tests (certification blockers only) +_description: USB tests (certification blockers only) +include: + usb/detect certification-status=blocker + usb/HID certification-status=blocker + usb/insert certification-status=blocker + usb/storage-automated certification-status=blocker + usb/remove certification-status=blocker + +id: usb3-cert-blockers +unit: test plan +_name: USB3 tests (certification blockers only) +_description: USB3 tests (certification blockers only) +include: + usb3/insert certification-status=blocker + usb3/storage-automated certification-status=blocker + usb3/remove certification-status=blocker + +id: after-suspend-usb-cert-blockers +unit: test plan +_name: USB tests (after suspend, certification blockers only) +_description: USB tests (after suspend, certification blockers only) +include: + suspend/usb_insert_after_suspend certification-status=blocker + suspend/usb_storage_automated_after_suspend certification-status=blocker + suspend/usb_remove_after_suspend certification-status=blocker + +id: after-suspend-usb3-cert-blockers +unit: test plan +_name: USB3 tests (after suspend, certification blockers only) +_description: USB3 tests (after suspend, certification blockers only) +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 |