diff options
author | PMR <pmr@pmr-lander> | 2020-12-18 00:10:45 +0000 |
---|---|---|
committer | PMR <pmr@pmr-lander> | 2020-12-18 00:10:45 +0000 |
commit | 8027ea6e7cf6e611bb0f020cc071dd4389fb5eda (patch) | |
tree | 931da37c4594668f54339122a90015dc4a9c167d /units/cpu | |
parent | bfc404351a4d8a6af4ceaa9d459434d82c549266 (diff) | |
parent | 697c1d183fb748f6bc22c50d5f55e387109c1571 (diff) |
Merge #395389 from ~alanec/plainbox-provider-checkbox:cpufreq_test-jobs
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 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 |