summaryrefslogtreecommitdiff
path: root/ubuntu/gatortests.yaml
blob: 1d678e1340c53559f14a3822ed98c1404fa6b101 (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
25
26
27
28
metadata:
    name: gatortests
    format: "Lava-Test-Shell Test Definition 1.0"
    description: "Gatortest checks availability of gator daemon and module on target."
    maintainer:
        - milosz.wasilewski@linaro.org
    os:
        - ubuntu
    scope:
        - functional
    devices:
        - panda
        - panda-es
        - arndale
        - vexpress-a9
        - vexpress-tc2
        - juno

install:
    deps:
        - gatortests

run:
    steps:
        - gatortests

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