summaryrefslogtreecommitdiff
path: root/android/homescreen.yaml
blob: 78726dbbb4d25e29c79bad079e6d9d4109e57ac6 (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:
    name: homescreen
    format: "Lava-Test-Shell Test Definition 1.0"
    description: "Test if the homescreen is up in android."
    maintainer:
        - vishal.bhoj@linaro.org
    os:
        - android
    scope:
        - functional
    devices:
        - arndale
        - panda
        - panda-es
        - vexpress-a9
        - vexpress-tc2

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

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