summaryrefslogtreecommitdiff
path: root/singlenode02.yaml
blob: 29db42a60d5de48021b4a8bbf862a508bb042daf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
metadata:
    format: Lava-Test Test Definition 1.0
    name: singlenode-third-stage
    description: "Third stage single node test commands for Linux Linaro ubuntu Images"

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 direct-install --shell apt-get -y install curl
        - 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