summaryrefslogtreecommitdiff
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
parentdc204539c30647750a76724e9040622839f088b7 (diff)
pwrmgmt: Update metadata, bump release number, and parse pattern2014.09
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>
-rw-r--r--common/pm-qa.yaml5
-rw-r--r--openembedded/pwrmgmt.yaml3
-rw-r--r--ubuntu/pwrmgmt.yaml6
3 files changed, 7 insertions, 7 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)"
diff --git a/openembedded/pwrmgmt.yaml b/openembedded/pwrmgmt.yaml
index 42a17bb..5b86f83 100644
--- a/openembedded/pwrmgmt.yaml
+++ b/openembedded/pwrmgmt.yaml
@@ -4,6 +4,7 @@ metadata:
description: "Test power management. Test case documentation available in wiki: https://wiki.linaro.org/WorkingGroups/PowerManagement/Resources/TestSuite/PmQaSpecification"
maintainer:
- sanjay.rawat@linaro.org
+ - lisa.nguyen@linaro.org
os:
- openembedded
scope:
@@ -24,7 +25,7 @@ install:
params:
PWR_TESTARG: cpufreq cpuidle cpuhotplug thermal cputopology
- RELEASE: 'tags/pm-qa-v0.4.13'
+ RELEASE: 'tags/pm-qa-v0.4.14'
run:
steps:
diff --git a/ubuntu/pwrmgmt.yaml b/ubuntu/pwrmgmt.yaml
index 23aca3e..f62f216 100644
--- a/ubuntu/pwrmgmt.yaml
+++ b/ubuntu/pwrmgmt.yaml
@@ -4,6 +4,7 @@ metadata:
description: "Test power management (PM-QA). Test case documentation available in wiki: https://wiki.linaro.org/WorkingGroups/PowerManagement/Resources/TestSuite/PmQaSpecification"
maintainer:
- sanjay.rawat@linaro.org
+ - lisa.nguyen@linaro.org
os:
- ubuntu
scope:
@@ -13,9 +14,10 @@ metadata:
- panda
- panda-es
- arndale
- - highbank
- vexpress-a9
- vexpress-tc2
+ - beaglebone-black
+ - d01
install:
deps:
@@ -31,7 +33,7 @@ install:
params:
PWR_TESTARG: cpufreq cpuidle cpuhotplug thermal cputopology
- RELEASE: 'tags/pm-qa-v0.4.13'
+ RELEASE: 'tags/pm-qa-v0.4.14'
run:
steps: