summaryrefslogtreecommitdiff
path: root/common/dt-selftests.yaml
blob: 13de64dfa5d68a60064e024ab63483b76bb42c59 (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
metadata:
    name: dt-selftests
    format: "Lava-Test-Shell Test Definition 1.0"
    description: "Device Tree Runtime self tests for Linaro Ubuntu & OpenEmbedded builds. Kernel config
                  required for this tests CONFIG_OF_SELFTEST=y or CONFIG_OF_UNITTEST=y"
    maintainer:
        - naresh.kamboju@linaro.org
    os:
        - ubuntu
        - openembedded
    scope:
        - functional
    devices:
        - panda-es
        - arndale-octa
        - arndale
        - snowball
        - cubieboard3
        - beagle-xm
        - beaglebone-black
        - imx6q-wandboard
        - ifc6540
        - juno
    environment:
        - lava-test-shell

run:
    steps:
        - "./common/scripts/dt-selftests.sh"
parse:
    pattern: "^test_case_id:(?P<test_case_id>.*-*.+) measurement:(?P<measurement>.+) result:(?P<result>\\w+)"
    fixupdict:
          passed: pass
          failed: fail