diff options
author | Jonathan Cave <jonathan.cave@canonical.com> | 2019-08-20 17:19:55 +0100 |
---|---|---|
committer | Jonathan Cave <jonathan.cave@canonical.com> | 2019-08-21 11:04:44 +0100 |
commit | c2227f5176142269326d80c3f5566e6e4e795914 (patch) | |
tree | 78a793380589ce476539d062095ae8ec9bbf72a3 | |
parent | c779af66e106ae177c6322d4303d58635ffd00d1 (diff) |
suspend: import from p-p-snappy
-rw-r--r-- | units/suspend/test-plan.pxu | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/units/suspend/test-plan.pxu b/units/suspend/test-plan.pxu index edc6aaae..1d6e12fe 100644 --- a/units/suspend/test-plan.pxu +++ b/units/suspend/test-plan.pxu @@ -102,3 +102,47 @@ include: keys/sleep certification-status=blocker suspend/oops_after_suspend certification-status=blocker suspend/oops_results_after_suspend.log + +id: suspend-tp +unit: test plan +_name: Suspend the system +_description: + This test plan should be nested in other test plans that require tests to be + rerun after suspending the SUT. It's a full-blown TP to help manage the + execution order, by placing it between before-suspend-tp and after-suspend-tp + in the nested_part section of the surrounding test plan. +include: + suspend/suspend_advanced_auto + +id: hibernate-tp +unit: test plan +_name: Hibernate the system +_description: + This test plan should be nested in other test plans that require tests to be + rerun after hibernating the SUT. It's a full-blown TP to help manage the + execution order, by placing it between before-hibernate-tp and + after-hibernate-tp in the nested_part section of the surrounding test plan. +include: + power-management/hibernate_advanced_auto + +id: suspend-tp-manual +unit: test plan +_name: Suspend the system (manual) +_description: + This test plan should be nested in other test plans that require tests to be + rerun after suspending the SUT. It's a full-blown TP to help manage the + execution order, by placing it between before-suspend-tp and after-suspend-tp + in the nested_part section of the surrounding test plan. +include: + suspend/suspend_advanced + +id: hibernate-tp-manual +unit: test plan +_name: Hibernate the system (manual) +_description: + This test plan should be nested in other test plans that require tests to be + rerun after hibernating the SUT. It's a full-blown TP to help manage the + execution order, by placing it between before-hibernate-tp and + after-hibernate-tp in the nested_part section of the surrounding test plan. +include: + power-management/hibernate_advanced |