diff options
author | Ubuntu <ubuntu@cert-jenkins-slave-1-201406-15260.maas> | 2021-09-08 13:20:50 +0000 |
---|---|---|
committer | Ubuntu <ubuntu@cert-jenkins-slave-1-201406-15260.maas> | 2021-09-08 13:20:50 +0000 |
commit | a2e86afeb119d74c7b745ab6e6a021cb05b31237 (patch) | |
tree | f60f4d04970b95bf292eb813422c567d4d9b94e6 | |
parent | 6821b7721f099cecf41f96f6d480d12c00ffc1a6 (diff) | |
parent | 43cb92ec5bd8e196caf0a8d89841e6df076369c5 (diff) |
Merge #404856 from ~jocave/plainbox-provider-checkbox:power-management-nested-plans
-rw-r--r-- | units/power-management/test-plan.pxu | 18 |
1 files changed, 16 insertions, 2 deletions
diff --git a/units/power-management/test-plan.pxu b/units/power-management/test-plan.pxu index 0cc9997..40e5dc1 100644 --- a/units/power-management/test-plan.pxu +++ b/units/power-management/test-plan.pxu @@ -1,19 +1,27 @@ -id: power-management-precheck-cert +id: power-management-precheck-cert-full unit: test plan _name: Power Management precheck tests _description: Power Management precheck tests include: nested_part: + power-management-precheck-cert-manual power-management-precheck-cert-automated -id: power-management-reboot-poweroff-cert +id: power-management-reboot-poweroff-cert-full unit: test plan _name: Power Management reboot and power off tests _description: Power Management reboot and power off tests include: nested_part: + power-management-reboot-poweroff-cert-manual power-management-reboot-poweroff-cert-automated +id: power-management-precheck-cert-manual +unit: test plan +_name: Power Management precheck tests (Manual) +_description: Power Management precheck tests (Manual) +include: + id: power-management-precheck-cert-automated unit: test plan _name: Power Management precheck tests (automated) @@ -24,6 +32,12 @@ include: power-management/fwts_wakealarm certification-status=blocker power-management/fwts_wakealarm-log-attach +id: power-management-reboot-poweroff-cert-manual +unit: test plan +_name: Power Management reboot and power off tests (Manual +_description: Power Management reboot and power off tests (Manual) +include: + id: power-management-reboot-poweroff-cert-automated unit: test plan _name: Power Management reboot and power off tests (automated) |