summaryrefslogtreecommitdiff
path: root/ubuntu/device-tree.yaml
blob: cd17ba7f20bc5e9892003e30a9719cf21c3967ef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
metadata:
    name: device-tree
    version: "1.0"
    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:
    bzr-repos:
        - lp:~linaro-foundations/linaro-ubuntu/lava-test-device-tree

run:
    steps:
        - "cd lava-test-device-tree; sudo bash -x ./run-test.sh"

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