From ed14ad2c4ed2fb58a1b04bfab4a4de84b3f07041 Mon Sep 17 00:00:00 2001 From: Milosz Wasilewski Date: Thu, 17 Apr 2014 14:20:01 +0100 Subject: 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 --- openembedded/pwrmgmt.yaml | 9 +++++++-- ubuntu/pwrmgmt.yaml | 11 +++++++++-- 2 files changed, 16 insertions(+), 4 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: 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: -- cgit v1.2.3