summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorLisa Nguyen <lisa.nguyen@linaro.org>2014-09-16 14:13:12 -0700
committerLisa Nguyen <lisa.nguyen@linaro.org>2014-09-16 15:35:40 -0700
commit5917a336466135ecbbe1f46b39258c9ea8af898a (patch)
treed83cea9c1cc784d7ef6180c689bfebabd47cf694 /common
parentdc204539c30647750a76724e9040622839f088b7 (diff)
pwrmgmt: Update metadata, bump release number, and parse pattern
Update the test definitions to reflect the changes in the September 2014 release. Change-Id: Ib7c08e25fe5f23c3060c408f5a2d4af2b9e4da1f Signed-off-by: Lisa Nguyen <lisa.nguyen@linaro.org>
Diffstat (limited to 'common')
-rw-r--r--common/pm-qa.yaml5
1 files changed, 1 insertions, 4 deletions
diff --git a/common/pm-qa.yaml b/common/pm-qa.yaml
index abcec89..be6d249 100644
--- a/common/pm-qa.yaml
+++ b/common/pm-qa.yaml
@@ -8,7 +8,4 @@ run:
- './common/scripts/pm-qa.sh'
parse:
- pattern: "^(?P<test_case_id>[\\w/\\.]+)\\:\\s+\\S*\\s+\\S*\\s+\\S*\\.\\.\\.\\s+(?P<result>\\w+)$"
- fixupdict:
- Ok: pass
- Err: fail
+ pattern: "^(?P<test_case_id>[a-z0-9_]+):\\s+(?P<result>pass|fail|skip)"