summaryrefslogtreecommitdiff
path: root/ubuntu/sd-mmc-ubuntu.yaml
blob: d7435a06387a8311b82cb793e6a77a5283da3be5 (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
metadata:
    name: sd-mmc-ubuntu
    format: "Lava-Test-Shell Test Definition 1.0"
    description: "SD MMC test on Linux Linaro ubuntu. The test checks if SD card is available
                  and no IO error is observed in dmesg output."
    maintainer:
        - milosz.wasilewski@linaro.org
    os:
        - ubuntu
    scope:
        - functional
    devices:
        - panda
        - panda-es
        - vexpress-a9
        - vexpress-tc2
        - arndale
        - juno
    environment:
        - lava-test-shell

run:
    steps:
        - "cd ubuntu/scripts; ./sd-mmc-ubuntu.sh"

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