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/cpu | |
parent | 9f61ef644ec28b3e83a7cf7ad69d48edea50e40e (diff) |
Add automated and blockers test plans meant to be used as nested parts
Diffstat (limited to 'units/cpu')
-rw-r--r-- | units/cpu/test-plan.pxu | 28 |
1 files changed, 25 insertions, 3 deletions
diff --git a/units/cpu/test-plan.pxu b/units/cpu/test-plan.pxu index c6b6fd7..2678c31 100644 --- a/units/cpu/test-plan.pxu +++ b/units/cpu/test-plan.pxu @@ -3,12 +3,34 @@ unit: test plan _name: CPU tests _description: CPU tests include: +nested_part: + cpu-cert-automated + +id: cpu-cert-automated +unit: test plan +_name: CPU tests (automated) +_description: CPU tests (automated) +include: cpu/cstates certification-status=blocker - cpu/cstates_results.log + cpu/cstates_results.log cpu/scaling_test certification-status=blocker - cpu/scaling_test-log-attach + cpu/scaling_test-log-attach cpu/maxfreq_test certification-status=blocker - cpu/maxfreq_test-log-attach + cpu/maxfreq_test-log-attach cpu/offlining_test certification-status=blocker cpu/topology certification-status=blocker cpu/clocktest + +id: cpu-cert-blockers +unit: test plan +_name: CPU tests (certification blockers only) +_description: CPU tests (certification blockers only) +include: + cpu/cstates certification-status=blocker + cpu/cstates_results.log + cpu/scaling_test certification-status=blocker + cpu/scaling_test-log-attach + cpu/maxfreq_test certification-status=blocker + cpu/maxfreq_test-log-attach + cpu/offlining_test certification-status=blocker + cpu/topology certification-status=blocker |