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/stress | |
parent | 9f61ef644ec28b3e83a7cf7ad69d48edea50e40e (diff) |
Add automated and blockers test plans meant to be used as nested parts
Diffstat (limited to 'units/stress')
-rw-r--r-- | units/stress/test-plan.pxu | 54 |
1 files changed, 49 insertions, 5 deletions
diff --git a/units/stress/test-plan.pxu b/units/stress/test-plan.pxu index 6fa0bc3..5f72916 100644 --- a/units/stress/test-plan.pxu +++ b/units/stress/test-plan.pxu @@ -3,9 +3,53 @@ unit: test plan _name: Stress tests _description: Stress tests include: - power-management/suspend_30_cycles certification-status=blocker +nested_part: + stress-cert-automated + +id: stress-cert-automated +unit: test plan +_name: Stress tests (automated) +_description: Stress tests (automated) +include: + power-management/suspend_30_cycles certification-status=blocker + power-management/suspend-30-cycle-log-attach + power-management/suspend-30-cycles-time-check certification-status=non-blocker + stress/cpu_stress_ng_test certification-status=blocker + +id: stress-cert-blockers +unit: test plan +_name: Stress tests (certification blockers only) +_description: Stress tests (certification blockers only) +include: + power-management/suspend_30_cycles certification-status=blocker power-management/suspend-30-cycle-log-attach - power-management/suspend-30-cycles-time-check certification-status=non-blocker - power-management/hibernate_30_cycles certification-status=non-blocker - power-management/hibernate-30-cycle-log-attach - stress/cpu_stress_test certification-status=blocker + stress/cpu_stress_ng_test certification-status=blocker + +id: stress-suspend-30-cycles-with-reboots-automated +unit: test plan +_name: Suspend stress tests (with reboots) +_description: Suspend stress tests (with reboots) +include: + power-management/suspend_30_cycles_with_reboots + power-management/suspend-30-cycles-log-check-with-reboots + power-management/suspend-30-cycle-log-attach-with-reboots + power-management/suspend-30-cycles-time-check-with-reboots + +id: stress-30-reboot-poweroff-automated +unit: test plan +_name: Power Management reboot and power off stress tests (automated) +_description: Power Management reboot and power off stress tests (automated) +include: + stress/reboot_30 + stress/reboot_30_log + stress/poweroff_30 + stress/poweroff_30_log + +id: stress-ng-cert-automated +unit: test plan +_name: Stress NG tests (automated) +_description: Stress NG tests (automated) +include: + stress/cpu_stress_ng_test certification-status=blocker + memory/memory_stress_ng certification-status=blocker + |