diff options
author | Maciej Kisielewski <maciej.kisielewski@canonical.com> | 2018-02-05 11:46:05 +0100 |
---|---|---|
committer | Maciej Kisielewski <maciej.kisielewski@canonical.com> | 2018-02-05 11:46:05 +0100 |
commit | 8a99f8d4dd544ba650659fe0cb559dfc42a11633 (patch) | |
tree | 5ce508249677341ebe5f8241bf492e669c0f8f28 /units/esata | |
parent | 963ef5cd67380e6d38a22a7122c279fd05196e03 (diff) |
split esata-cert-full into three
Signed-off-by: Maciej Kisielewski <maciej.kisielewski@canonical.com>
Diffstat (limited to 'units/esata')
-rw-r--r-- | units/esata/test-plan.pxu | 27 |
1 files changed, 23 insertions, 4 deletions
diff --git a/units/esata/test-plan.pxu b/units/esata/test-plan.pxu index b7e59cd..e2cc21c 100644 --- a/units/esata/test-plan.pxu +++ b/units/esata/test-plan.pxu @@ -1,11 +1,30 @@ id: esata-cert-full unit: test plan _name: eSATA tests -_description: eSATA tests +_description: + eSATA tests include: - esata/insert certification-status=blocker - esata/storage-test certification-status=blocker - esata/remove certification-status=blocker +nested_part: + com.canonical.certification::esata-cert-manual + com.canonical.certification::esata-cert-automated + +id: esata-cert-manual +unit: test plan +_name: eSATA tests (Manual) +_description: + eSATA tests (Manual) +include: + esata/insert certification-status=blocker + esata/storage-test certification-status=blocker + esata/remove certification-status=blocker + +id: esata-cert-automated +unit: test plan +_name: eSATA tests (Automated) +_description: + eSATA tests (Automated) +include: + id: esata-cert-blockers unit: test plan |