summaryrefslogtreecommitdiff
path: root/ubuntu/pwrmgmt.yaml
diff options
context:
space:
mode:
authorMilosz Wasilewski <milosz.wasilewski@linaro.org>2014-08-12 13:46:22 +0100
committerMilosz Wasilewski <milosz.wasilewski@linaro.org>2014-08-12 13:46:22 +0100
commit328e201b84f9c23be6a7086fba87a2403d7dbeef (patch)
treeb50b93914e6b96e5fd7bac2e392650507ee8663b /ubuntu/pwrmgmt.yaml
parentd3503d5700c811260599ef70adfa2f9cfa120ddb (diff)
Revert "pwrmgmt: Update the parse pattern to detect pass/fail/skip results"
This reverts commit 9b478c5631dc22f3bd42f1d9d6b3f98b06b49464. The changes to pwrmgmt.yaml files should come with new pm-qa release. So RELEASE and parsing pattern should be updated at the same time.
Diffstat (limited to 'ubuntu/pwrmgmt.yaml')
-rw-r--r--ubuntu/pwrmgmt.yaml7
1 files changed, 3 insertions, 4 deletions
diff --git a/ubuntu/pwrmgmt.yaml b/ubuntu/pwrmgmt.yaml
index 69e21d0..bb580a9 100644
--- a/ubuntu/pwrmgmt.yaml
+++ b/ubuntu/pwrmgmt.yaml
@@ -39,8 +39,7 @@ run:
- for testset in $PWR_TESTARG; do make -C $testset check; done
parse:
- pattern: "^(?P<test_case_id>[a-z0-9_]+):\\s+(?P<result>pass|fail|skip)"
+ pattern: "^(?P<test_case_id>[\\w/\\.]+):\\s+(?P<message>.+)\\.\\.\\.\\s+(?P<result>\\w+)"
fixupdict:
- pass: pass
- fail: fail
- skip: skip
+ Ok: pass
+ Err: fail