summaryrefslogtreecommitdiff
path: root/openembedded
diff options
context:
space:
mode:
Diffstat (limited to 'openembedded')
-rw-r--r--openembedded/pwrmgmt.yaml5
1 files changed, 4 insertions, 1 deletions
diff --git a/openembedded/pwrmgmt.yaml b/openembedded/pwrmgmt.yaml
index f31e967..2ea3c18 100644
--- a/openembedded/pwrmgmt.yaml
+++ b/openembedded/pwrmgmt.yaml
@@ -18,10 +18,13 @@ install:
steps:
- "cd pm-qa && make -C utils"
+params:
+ PWR_TESTARG: cpufreq cpuidle cpuhotplug thermal cputopology
+
run:
steps:
- cd pm-qa
- - make -k check
+ - for testset in $PWR_TESTARG; do make -C $testset check; done
parse:
pattern: "^(?P<test_case_id>[\\w/\\.]+):\\s+(?P<message>.+)\\.\\.\\.\\s+(?P<result>\\w+)"