summaryrefslogtreecommitdiff
path: root/android/devicetree-android.yaml
blob: a44ad7547dc889808cc1929f296dad1eea5f04ad (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
metadata:
    name: device-tree
    format: "Lava-Test-Shell Test Definition 1.0"
    description: "This test checks for Flattened Device Tree blob for Android builds. The test verifies that device-tree
                  is available and contains model name of the board."
    os:
        - android
    devices:
        - panda
        - panda-es
        - vexpress-a9
        - vexpress-tc2
        - rtsm_foundation-armv8
        - rtsm_fvp_base-aemv8a
        - arndale
        - aa9
        - juno
    scope:
        - functional
    environment:
        - lava-test-shell

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

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