summaryrefslogtreecommitdiff
path: root/openembedded
diff options
context:
space:
mode:
Diffstat (limited to 'openembedded')
-rw-r--r--openembedded/pwrmgmt.yaml7
1 files changed, 2 insertions, 5 deletions
diff --git a/openembedded/pwrmgmt.yaml b/openembedded/pwrmgmt.yaml
index b14c8fc..42a17bb 100644
--- a/openembedded/pwrmgmt.yaml
+++ b/openembedded/pwrmgmt.yaml
@@ -24,7 +24,7 @@ install:
params:
PWR_TESTARG: cpufreq cpuidle cpuhotplug thermal cputopology
- RELEASE: 'tags/pm-qa-v0.4.12'
+ RELEASE: 'tags/pm-qa-v0.4.13'
run:
steps:
@@ -32,7 +32,4 @@ run:
- 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+)"
- fixupdict:
- Ok: pass
- Err: fail
+ pattern: "^(?P<test_case_id>[a-z0-9_]+):\\s+(?P<result>pass|fail|skip)"