summaryrefslogtreecommitdiff
path: root/singlenode03.yaml
blob: d36d41c7b0b25ba6864e045a2908a970786b3c4c (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
38
39
40
41
metadata:
    format: Lava-Test Test Definition 1.0
    name: singlenode-advanced
    description: "Advanced (level 3): single node test commands for Linux Linaro ubuntu Images"
    maintainer:
        - neil.williams@linaro.org
    os:
        - ubuntu
    scope:
        - functional
    devices:
        - kvm
        - arndale
        - panda
        - beaglebone-black
        - beagle-xm
        - mx53loco

install:
    deps:
        - curl
        - realpath
        - ntpdate
        - lsb-release
        - usbutils

run:
    steps:
        - lava-test-case linux-linaro-ubuntu-netstat --shell netstat -an
        - lava-test-case linux-linaro-ubuntu-ifconfig-dump --shell ifconfig -a
        - lava-test-case linux-linaro-ubuntu-route-dump-a --shell route
        - lava-test-case linux-linaro-ubuntu-route-ifconfig-up-lo --shell ifconfig lo up
        - lava-test-case linux-linaro-ubuntu-route-dump-b --shell route
        - lava-test-case linux-linaro-ubuntu-route-ifconfig-up --shell ifconfig eth0 up
        - lava-test-case ping-test --shell ping -W1 -c1 multinode.validation.linaro.org
        - lava-test-case realpath-check --shell realpath ./check_ip
        - lava-test-case ntpdate-check --shell ntpdate-debian
        - lava-test-case curl-ftp --shell curl -o netperf-2.6.0.tar.gz ftp://ftp.netperf.org/netperf/netperf-2.6.0.tar.gz
        - lava-test-case tar-tgz --shell tar -tzf netperf-2.6.0.tar.gz
        - lava-test-case remove-tgz --shell rm netperf-2.6.0.tar.gz