summaryrefslogtreecommitdiff
path: root/android/v8.yaml
blob: 44bb7560943b317d3bcb3b73a4c6f28f5ed838f2 (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: v8
    format: "Lava-Test-Shell Test Definition 1.0"
    description: "v8 shell test. In latest builds we test for d8 shell."
    maintainer:
        - senthil.kumaran@linaro.org
        - amit.pundir@linaro.org
    os:
        - android
    scope:
        - functional
    devices:
        - arndale
        - panda
        - panda-es
        - vexpress-a9
        - vexpress-tc2

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

parse:
    pattern: "^(?P<test_case_id>.*)=(?P<result>.*)"