From acedc873f022b1f060f4dcc04dff6d50fd668065 Mon Sep 17 00:00:00 2001 From: Adrian Lane Date: Mon, 7 Dec 2020 20:47:07 -0800 Subject: Updated cpu/jobs.pxu, cpu/testplan.pxu to point to new server cpufreq scaling test. --- units/cpu/jobs.pxu | 10 ++++++++++ units/cpu/test-plan.pxu | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) (limited to 'units/cpu') 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 -- cgit v1.2.3 From 697c1d183fb748f6bc22c50d5f55e387109c1571 Mon Sep 17 00:00:00 2001 From: Adrian Lane Date: Thu, 17 Dec 2020 15:55:31 -0800 Subject: Enabled quiet mode for cpufreq_test job.. --- units/cpu/jobs.pxu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'units/cpu') diff --git a/units/cpu/jobs.pxu b/units/cpu/jobs.pxu index 02b2c53..6e3f181 100644 --- a/units/cpu/jobs.pxu +++ b/units/cpu/jobs.pxu @@ -182,7 +182,7 @@ plugin: shell category_id: com.canonical.plainbox::cpu id: cpu/cpufreq_test-server user: root -command: cpufreq_test.py +command: cpufreq_test.py -q _summary: cpufreq scaling test _description: -- cgit v1.2.3