summaryrefslogtreecommitdiff
path: root/automated/linux/ethernet/ethernet.yaml
blob: d2999a2d5470fec877451dfed48cd779fd24c279 (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
37
metadata:
    name: ethernet
    format: "Lava-Test-Shell Test Definition 1.0"
    description: "This test checks if Ethernet is up and prints IP address."
    maintainer:
        - naresh.kamboju@linaro.org
    os:
        - debian
        - ubuntu
        - centos
        - fedora
    scope:
        - functional
    devices:
        - panda
        - panda-es
        - arndale
        - beaglebone-black
        - juno
        - hi6220-hikey
        - apq8016-sbc
        - d03
        - d05
        - overdrive
        - mustang
        - moonshot
        - thunderX

params:
    SKIP_INSTALL: "False"
    INTERFACE: "eth0"

run:
    steps:
        - cd automated/linux/ethernet
        - ./ethernet.sh -s "${SKIP_INSTALL}" -i "${INTERFACE}"
        - ../../utils/send-to-lava.sh ./output/result.txt