summaryrefslogtreecommitdiff
path: root/multinode03.yaml
blob: d6f494a34b7ce6a9faadae4615284b2a4cda9783 (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
metadata:
    format: Lava-Test Test Definition 1.0
    name: multinode-third-stage
    description: "Third stage MultiNode test commands for Linux Linaro ubuntu Images"

install:
    deps:
        - curl
        - realpath

run:
    steps:
        - lava-test-case multinode-role-output --shell lava-role
        - lava-test-case multinode-sync --shell lava-sync running
        - lava-test-case multinode-send-message --shell lava-send sending source=$(lava-self) role=$(lava-role) hostname=$(hostname -f) kernver=$(uname -r) kernhost=$(uname -n)
        - lava-test-case multinode-group --shell lava-group
        - 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 multinode-wait --shell lava-wait sending
        - lava-test-case multinode-network --shell lava-network broadcast eth0
        - lava-test-case multinode-get-network --shell lava-network collect eth0
        - cat /tmp/lava_multi_node_cache.txt
        - rm -f ./check_ip
        - wget -O check_ip http://people.linaro.org/~neil.williams/check_ip
        - chmod a+x ./check_ip
        - lava-test-case multinode-lava-network --shell ./check_ip
        - lava-test-case realpath-check --shell realpath ./check_ip
        - lava-test-case multinode-network-query --shell lava-network query $(lava-self) ipv4
        - lava-test-case ping-check --shell ping -W1 -c1 $(lava-network query $(lava-self) ipv4)
        - 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