summaryrefslogtreecommitdiff
path: root/android/homescreen.yaml
blob: 38ff6468cb325dce2049ecb2bdd45980a8c1faba (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: homescreen
    format: "Lava-Test-Shell Test Definition 1.0"
    description: "Test to check if the homescreen is up for Linaro android builds."
    maintainer:
        - vishal.bhoj@linaro.org
    os:
        - android
    scope:
        - functional
    devices:
        - arndale
        - panda
        - panda-es
        - vexpress-a9
        - vexpress-tc2
        - juno

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

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