summaryrefslogtreecommitdiff
path: root/ubuntu/device-tree.yaml
blob: 9ace64d158c1de3b9d434cc24da433aa6276d585 (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
29
30
31
32
33
34
35
36
metadata:
    name: device-tree
    format: "Lava-Test-Shell Test Definition 1.0"
    description: "Device tree test to check the folder structure. The test verifies that device-tree
                  is available and contains model name of the board."
    maintainer:
        - botao.sun@linaro.org
    os:
        - ubuntu
        - openembedded
    scope:
        - functional
    devices:
        - panda
        - panda-es
        - vexpress-a9
        - vexpress-tc2
        - highbank
        - rtsm_foundation-armv8
        - rtsm_fvp_base-aemv8a
        - arndale
        - aa9
        - origen
        - snowball
    environment:
        - lava-test-shell

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

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