diff options
author | Jonathan Cave <jonathan.cave@canonical.com> | 2019-08-20 16:10:53 +0100 |
---|---|---|
committer | Jonathan Cave <jonathan.cave@canonical.com> | 2019-08-21 11:04:44 +0100 |
commit | 526271fe340c16af6437ad5b092634e740902290 (patch) | |
tree | c3d315d917be50ffe158e1851367ccacbb36aeea /units/cpu | |
parent | 1ab2b7af5c629822dc3e19d996cc6f679eed300f (diff) |
cpu: import from p-p-snappy
Diffstat (limited to 'units/cpu')
-rw-r--r-- | units/cpu/test-plan.pxu | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/units/cpu/test-plan.pxu b/units/cpu/test-plan.pxu index c20efe8..365531c 100644 --- a/units/cpu/test-plan.pxu +++ b/units/cpu/test-plan.pxu @@ -46,3 +46,33 @@ include: cpu/maxfreq_test-log-attach cpu/offlining_test certification-status=blocker cpu/topology certification-status=blocker + +id: cpu-full +unit: test plan +_name: CPU tests +_description: QA CPU tests for Snappy Ubuntu Core devices +include: +nested_part: + cpu-automated + +id: cpu-manual +unit: test plan +_name: Manual CPU tests +_description: Manual QA CPU tests for Snappy Ubuntu Core devices +include: + +id: cpu-automated +unit: test plan +_name: Automated CPU tests +_description: Automated CPU tests for Snappy Ubuntu Core devices +include: + cpu/scaling_test + cpu/scaling_test-log-attach + cpu/maxfreq_test + cpu/maxfreq_test-log-attach + cpu/clocktest + cpu/offlining_test + cpu/topology + cpu/arm_vfp_support_.* + cpu/cstates + cpu/cstates_results.log |