summaryrefslogtreecommitdiff
path: root/android/pm-qa.yaml
blob: 28b9710adc1b87e33426da73f0cf9cd8eb4d8da6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
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<test_case_id>[a-z0-9_]+):\\s+(?P<result>pass|fail|skip)"