summaryrefslogtreecommitdiff
path: root/ubuntu/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 /ubuntu/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 'ubuntu/pwrmgmt.yaml')
-rw-r--r--ubuntu/pwrmgmt.yaml11
1 files changed, 9 insertions, 2 deletions
diff --git a/ubuntu/pwrmgmt.yaml b/ubuntu/pwrmgmt.yaml
index ee94a15..ac056c7 100644
--- a/ubuntu/pwrmgmt.yaml
+++ b/ubuntu/pwrmgmt.yaml
@@ -2,6 +2,8 @@ metadata:
name: pwrmgmt
format: "Lava-Test-Shell Test Definition 1.0"
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
os:
- ubuntu
scope:
@@ -11,6 +13,7 @@ metadata:
- panda
- panda-es
- arndale
+ - highbank
- vexpress-a9
- vexpress-tc2
@@ -18,13 +21,17 @@ install:
deps:
- linux-libc-dev
- build-essential
+ - git
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: