summaryrefslogtreecommitdiff
path: root/android/bigLITTLE.yaml
blob: d3dd6317eb33a6c88677421400d36fa4e5afc703 (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:
    format: "Lava-Test-Shell Test Definition 1.0"
    name: bigLITTLE
    description: "This test suite covers big.LITTLE switching functionality and stress tests. The main focus is to test
                  big.LITTLE switching while system switches its cores from A15 to A7 and vice versa."
    os:
        - android
    scope:
        - functional
    devices:
        - vexpress-tc2
    maintainer:
        - harigopal.gollamudi@linaro.org
        - naresh.kamboju@linaro.org 

run:
    steps:
        - "./android/scripts/bigLITTLE/bigLITTLE.sh"

parse:
    pattern: "^(?P<test_case_id>\\S+)\\s+:\\s+(?P<result>\\S+)$"
    fixupdict:
          PASS: pass
          FAIL: fail