summaryrefslogtreecommitdiff
path: root/ubuntu/device-tree.yaml
blob: 5de146f3a8e982e21905a8d8d291fc5bbef8bcfa (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: device-tree
    format: "Lava-Test-Shell Test Definition 1.0"
    description: "Device tree test to check the folder structure"
    os:
        - ubuntu
    devices:
        - origen
        - snowball
        - panda
        - panda-es
        - vexpress
    environment:
        - lava-test-shell

install:
    git-repos:
        - http://git.linaro.org/git-ro/qa/test-definitions.git

run:
    steps:
        - "cd ubuntu/scripts; sudo bash -x ./device-tree.sh"

parse:
    pattern: "(?P<test_case_id>[a-zA-Z0-9_-]+):\\s(?P<result>\\w+)"
    fixupdict:
        FAIL: fail
        PASS: pass