diff options
author | Adrian Lane <adrian.lane@canonical.com> | 2020-12-07 20:47:07 -0800 |
---|---|---|
committer | Adrian Lane <adrian.lane@canonical.com> | 2020-12-07 20:47:07 -0800 |
commit | acedc873f022b1f060f4dcc04dff6d50fd668065 (patch) | |
tree | 5fac176c7f03a767154128821d083948fcfc4b35 /units/cpu | |
parent | 6d4c26a118551bf992cd91da87d20609bcfeba59 (diff) |
Updated cpu/jobs.pxu, cpu/testplan.pxu to point to new server cpufreq scaling test.
Diffstat (limited to 'units/cpu')
-rw-r--r-- | units/cpu/jobs.pxu | 10 | ||||
-rw-r--r-- | units/cpu/test-plan.pxu | 2 |
2 files changed, 11 insertions, 1 deletions
diff --git a/units/cpu/jobs.pxu b/units/cpu/jobs.pxu index c442bee..02b2c53 100644 --- a/units/cpu/jobs.pxu +++ b/units/cpu/jobs.pxu @@ -177,3 +177,13 @@ _siblings: [ "command": "cpuinfo_resource.py | diff $PLAINBOX_SESSION_SHARE/cpuinfo_before_suspend -", "depends": "com.canonical.certification::suspend/suspend_advanced_auto"} ] + +plugin: shell +category_id: com.canonical.plainbox::cpu +id: cpu/cpufreq_test-server +user: root +command: cpufreq_test.py +_summary: + cpufreq scaling test +_description: + Comprehensive testing of cpu scaling capabilities and directives via cpufreq. diff --git a/units/cpu/test-plan.pxu b/units/cpu/test-plan.pxu index 5d06090..eb2dabb 100644 --- a/units/cpu/test-plan.pxu +++ b/units/cpu/test-plan.pxu @@ -85,7 +85,7 @@ _name: CPU Tests (Server) _description: CPU Tests (Server) include: cpu/clocktest certification-status=blocker - cpu/frequency_governors certification-status=blocker + cpu/cpufreq_test-server certification-status=blocker cpu/maxfreq_test certification-status=blocker cpu/maxfreq_test-log-attach certification-status=non-blocker cpu/topology certification-status=blocker |