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 via JSON file too. Test case documentation available in wiki: https://wiki.linaro.org/WorkingGroups/PowerManagement/Resources/TestSuite/PmQaSpecification" maintainer: - lisa.nguyen@linaro.org os: - android scope: - functional - performance devices: - vexpress-a9 - vexpress-tc2 - juno run: steps: - './android/scripts/pm-qa.sh' parse: pattern: "^(?P[a-z0-9_]+):\\s+(?Ppass|fail|skip)"