summaryrefslogtreecommitdiff
path: root/android/mmtest.yaml
blob: 24f7f8cc381544bb49ae781715040ef23c17a6f7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
metadata:
    format: "Lava-Test Test Definition 1.0"
    name: mmtest
    description: "mmtest for android."
    maintainer:
        - harigopal.gollamudi@linaro.org
    os:
        - android
    scope:
        - functional
    devices:
        - arndale
        - panda
        - panda-es
        - vexpress-a9
        - vexpress-tc2

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

parse:
    pattern: "^\\s*(?P<test_case_id>test\\w+)\\s+(?P<result>\\w+)\\s*$"