diff options
-rw-r--r-- | units/usb/test-plan.pxu | 27 |
1 files changed, 23 insertions, 4 deletions
diff --git a/units/usb/test-plan.pxu b/units/usb/test-plan.pxu index 1d5f29d4..27a0616d 100644 --- a/units/usb/test-plan.pxu +++ b/units/usb/test-plan.pxu @@ -31,11 +31,30 @@ include: id: usb3-cert-full unit: test plan _name: USB3 tests -_description: USB3 tests +_description: + USB3 tests include: - usb3/insert certification-status=blocker - usb3/storage-automated certification-status=blocker - usb3/remove certification-status=blocker +nested_part: + com.canonical.certification::usb3-cert-manual + com.canonical.certification::usb3-cert-automated + +id: usb3-cert-manual +unit: test plan +_name: USB3 tests (Manual) +_description: + USB3 tests (Manual) +include: + usb3/insert certification-status=blocker + usb3/storage-automated certification-status=blocker + usb3/remove certification-status=blocker + +id: usb3-cert-automated +unit: test plan +_name: USB3 tests (Automated) +_description: + USB3 tests (Automated) +include: + id: usb-c-cert-full unit: test plan |