summaryrefslogtreecommitdiff
path: root/openembedded/ethernet.yaml
blob: 7b5f048c70152ac3919dae7325ed8ff1c23b69e0 (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
metadata:
    name: ethernet
    format: "Lava-Test-Shell Test Definition 1.0"
    description: "Ethernet Test for Linaro OpenEmbedded builds. The test checks if Ethernet
                  is up and prints IP address."
    maintainer:
        - senthil.kumaran@linaro.org
        - milosz.wasilewski@linaro.org
        - koen.kooi@linaro.org
    os:
        - openembedded
    scope:
        - functional
    devices:
        - rtsm_ve-armv8
        - juno

run:
    steps:
        - "cd openembedded/scripts"
        - "./ethernet.sh"

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