summaryrefslogtreecommitdiff
path: root/openembedded/pwrmgmt.yaml
blob: c2fb206c5ffd3b322b57b2dbbcca13715f3a8101 (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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
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:
        - functional
        - performance
    devices:
        - rtsm_ve-armv8
        - rtsm_fvp_base-aemv8a
        - rtsm_fvp_base_cortex-a57x4-a53x4

install:
    git-repos:
        - git://git.linaro.org/power/pm-qa.git
    steps:
        - "cd pm-qa"
        - "git checkout tags/$RELEASE"
        - "make -C utils"

params:
    PWR_TESTARG: cpufreq cpuidle cpuhotplug thermal cputopology
    RELEASE: 'pm-qa-v0.4.9'
    
run:
    steps:
        - cd pm-qa 
        - for testset in $PWR_TESTARG; do make -C $testset check; done

parse:
    pattern: "^(?P<test_case_id>[\\w/\\.]+):\\s+(?P<message>.+)\\.\\.\\.\\s+(?P<result>\\w+)"
    fixupdict:
        Ok: pass
        Err: fail