summaryrefslogtreecommitdiff
path: root/receiver.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'receiver.yaml')
-rw-r--r--receiver.yaml63
1 files changed, 0 insertions, 63 deletions
diff --git a/receiver.yaml b/receiver.yaml
deleted file mode 100644
index 8c7c6f8..0000000
--- a/receiver.yaml
+++ /dev/null
@@ -1,63 +0,0 @@
-metadata:
- format: Lava-Test Test Definition 1.0
- name: multinode-network
- description: "MultiNode network test commands"
- maintainer:
- - neil.williams@linaro.org
- os:
- - ubuntu
- scope:
- - functional
- devices:
- - kvm
- - arndale
- - panda
- - beaglebone-black
- - beagle-xm
- - mx53loco
-
-install:
- deps:
- - curl
- - realpath
- - lsb-release
- - usbutils
- - wget
- - ntpdate
- - apache2
-
-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-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-all sending
- - cat /tmp/lava_multi_node_cache.txt
- - lava-test-case multinode-network --shell lava-network broadcast eth0
- - lava-test-case multinode-get-network --shell lava-network collect eth0
- - lava-test-case realpath-check --shell realpath ./check_ip
- - cat ./check_ip
- - lava-test-case multinode-lava-network-ipv4 --shell ./check_ip
- - lava-test-case multinode-broadcast-ipv4 --shell lava-network query $(lava-self) ipv4
- - lava-test-case multinode-broadcast-ipv6 --shell lava-network query $(lava-self) ipv6
- - lava-test-case multinode-broadcast-netmask --shell lava-network query $(lava-self) netmask
- - lava-test-case multinode-broadcast-gateway --shell lava-network query $(lava-self) default-gateway
- - lava-test-case multinode-broadcast-hostname --shell lava-network query $(lava-self) hostname
- - lava-test-case multinode-broadcast-fqdn --shell lava-network query $(lava-self) hostname-full
- - lava-test-case multinode-broadcast-dns1 --shell lava-network query $(lava-self) dns_1
- - lava-test-case multinode-broadcast-dns2 --shell lava-network query $(lava-self) dns_2
- - lava-test-case multinode-broadcast-dns3 --shell lava-network query $(lava-self) dns_3
- - lava-test-case ntpdate-check --shell ntpdate-debian
- - lava-test-case file-sync --shell lava-sync download
- - lava-test-case wget-from-group --shell ./file-get.sh
- - lava-test-case get-sync --shell lava-sync received
- - lava-test-case list-file --shell ls -l /tmp/testfile
- - lava-test-case remove-file --shell rm /tmp/testfile