summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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: