diff options
-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 97dfc10..afdd6ea 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 -q +_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 |