diff options
-rw-r--r-- | units/cpu/test-plan.pxu | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/units/cpu/test-plan.pxu b/units/cpu/test-plan.pxu index 2678c31..c20efe8 100644 --- a/units/cpu/test-plan.pxu +++ b/units/cpu/test-plan.pxu @@ -1,11 +1,23 @@ id: cpu-cert-full unit: test plan _name: CPU tests -_description: CPU tests +_description: + CPU tests +include: +nested_part: + com.canonical.certification::cpu-cert-manual + com.canonical.certification::cpu-cert-automated + +id: cpu-cert-manual +unit: test plan +_name: CPU tests (Manual) +_description: + CPU tests (Manual) include: nested_part: cpu-cert-automated + id: cpu-cert-automated unit: test plan _name: CPU tests (automated) |