summaryrefslogtreecommitdiff
path: root/automated/linux/pm-qa/pm-qa.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'automated/linux/pm-qa/pm-qa.yaml')
-rw-r--r--automated/linux/pm-qa/pm-qa.yaml39
1 files changed, 39 insertions, 0 deletions
diff --git a/automated/linux/pm-qa/pm-qa.yaml b/automated/linux/pm-qa/pm-qa.yaml
new file mode 100644
index 0000000..1c7847c
--- /dev/null
+++ b/automated/linux/pm-qa/pm-qa.yaml
@@ -0,0 +1,39 @@
+metadata:
+ name: pm-qa
+ format: "Lava-Test-Shell Test Definition 1.0"
+ description: "Test power management (PM-QA). Currently, the test runs
+ cpufreq, cpuidle, cpuhotplug, thermal and cputopology by
+ default and individual test can be run by setting TESTS
+ parameter in test job definition too. Test case documentation
+ available in wiki: https://wiki.linaro.org/WorkingGroups/PowerManagement/Resources/TestSuite/PmQaSpecification"
+ maintainer:
+ - lisa.nguyen@linaro.org
+ - chase.qi@linaro.org
+ os:
+ - ubuntu
+ - debian
+ - openembedded
+ scope:
+ - functional
+ - performance
+ devices:
+ - panda
+ - panda-es
+ - arndale
+ - vexpress-a9
+ - vexpress-tc2
+ - beaglebone-black
+ - juno
+ - hi6220-hikey
+ - apq8016-sbc
+
+params:
+ RELEASE: "pm-qa-v0.5.2"
+ TESTS: "cpufreq cpuidle cpuhotplug thermal cputopology"
+ SKIP_INSTALL: "false"
+
+run:
+ steps:
+ - cd ./automated/linux/pm-qa/
+ - ./pm-qa.sh -r "${RELEASE}" -t "${TESTS}" -s "${SKIP_INSTALL}"
+ - ../../utils/send-to-lava.sh ./output/result.txt