summaryrefslogtreecommitdiff
path: root/openembedded/pwrmgmt.yaml
diff options
context:
space:
mode:
authorMilosz Wasilewski <milosz.wasilewski@linaro.org>2014-04-17 14:20:01 +0100
committerMilosz Wasilewski <milosz.wasilewski@linaro.org>2014-04-17 14:20:01 +0100
commited14ad2c4ed2fb58a1b04bfab4a4de84b3f07041 (patch)
tree9c0a38220cb208611d04873f11d6cb0f2097c7a2 /openembedded/pwrmgmt.yaml
parent04e9fbd56eacbe3e1b3ab871f1b4a2ec1e16527b (diff)
pwrmgmt: start using released version of pm-qa suite
pwrmgmt suites for Ubuntu and OE will use released version of pm-qa from PMWG. Some additional minor changes: added maintainer, moved to new pm-qa repository. Change-Id: Ib93825335950fe66ed9f2096d9d70c47a8f4afec Signed-off-by: Milosz Wasilewski <milosz.wasilewski@linaro.org>
Diffstat (limited to 'openembedded/pwrmgmt.yaml')
-rw-r--r--openembedded/pwrmgmt.yaml9
1 files changed, 7 insertions, 2 deletions
diff --git a/openembedded/pwrmgmt.yaml b/openembedded/pwrmgmt.yaml
index 2ea3c18..793bf05 100644
--- a/openembedded/pwrmgmt.yaml
+++ b/openembedded/pwrmgmt.yaml
@@ -2,6 +2,8 @@ metadata:
name: pwrmgmt
format: "Lava-Test-Shell Test Definition 1.0"
description: "Test power management. Test case documentation available in wiki: https://wiki.linaro.org/WorkingGroups/PowerManagement/Resources/TestSuite/PmQaSpecification"
+ maintainer:
+ - sanjay.rawat@linaro.org
os:
- openembedded
scope:
@@ -14,12 +16,15 @@ metadata:
install:
git-repos:
- - git://git.linaro.org/tools/pm-qa.git
+ - git://git.linaro.org/power/pm-qa.git
steps:
- - "cd pm-qa && make -C utils"
+ - "cd pm-qa"
+ - "git checkout tags/$RELEASE"
+ - "make -C utils"
params:
PWR_TESTARG: cpufreq cpuidle cpuhotplug thermal cputopology
+ RELEASE: 'pm-qa-v0.4.8'
run:
steps: