diff options
author | Kai-Chuan Hsieh <kaichuan.hsieh@canonical.com> | 2020-09-02 18:06:53 +0800 |
---|---|---|
committer | Kai-Chuan Hsieh <kaichuan.hsieh@canonical.com> | 2020-09-07 17:18:36 +0800 |
commit | d7261a1daca92c9b0860a6bedb9f102db0cc5f35 (patch) | |
tree | eba930315547aa8cccbfbf490dfeaac2a735c2a3 /units/cpu | |
parent | 52a866fe3f743a21b7ca919b547a47f6a4e3202e (diff) |
Add low power idle check to power-management category
https://01.org/blogs/qwang59/2018/how-achieve-s0ix-states-linux The blog introduces ways to diagnose if the system can be in low power state. Add test case to avoid regression and do quick surveillance for new hardware.
Diffstat (limited to 'units/cpu')
-rw-r--r-- | units/cpu/test-plan.pxu | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/units/cpu/test-plan.pxu b/units/cpu/test-plan.pxu index e5313f1..5d06090 100644 --- a/units/cpu/test-plan.pxu +++ b/units/cpu/test-plan.pxu @@ -32,6 +32,8 @@ include: cpu/offlining_test certification-status=blocker cpu/topology certification-status=blocker cpu/clocktest + power-management/cpu-low-power-idle + power-management/system-low-power-idle id: cpu-cert-blockers unit: test plan |