summaryrefslogtreecommitdiff
path: root/openembedded/pwrmgmt.yaml
diff options
context:
space:
mode:
authorLisa Nguyen <lisa.nguyen@linaro.org>2014-08-18 17:59:32 -0700
committerLisa Nguyen <lisa.nguyen@linaro.org>2014-08-18 17:59:32 -0700
commit0cd22ef59ebd6d75aefd5c726612e5b43538b50d (patch)
tree5805829359c9d35320a5fcd768af2c1c75276b68 /openembedded/pwrmgmt.yaml
parent4001fa8aa2c76af25250915b909042d49be147b1 (diff)
pwrmgmt: Bump release number and update parse pattern
Bump the release number and update the parse pattern to reflect changes in the August 2014 release. Change-Id: I81de0a60205fcee6507574fc9c7791f99638865a Signed-off-by: Lisa Nguyen <lisa.nguyen@linaro.org>
Diffstat (limited to 'openembedded/pwrmgmt.yaml')
-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)"