summaryrefslogtreecommitdiff
path: root/kvm-send-keyvalue.yaml
diff options
context:
space:
mode:
authorNeil Williams <codehelp@debian.org>2013-07-16 12:17:37 +0100
committerNeil Williams <codehelp@debian.org>2013-07-16 12:17:37 +0100
commitceec1fa2937c6e676dd76f8ee84a0ca318bcd6cd (patch)
treec3180be39e389311d61a93f01960b835f56efda7 /kvm-send-keyvalue.yaml
parent714d2346b3f28f7415a104b5438f0dc496a1e5a0 (diff)
add output of the lava-network style output and test real IP details on real devices.
Diffstat (limited to 'kvm-send-keyvalue.yaml')
-rw-r--r--kvm-send-keyvalue.yaml6
1 files changed, 6 insertions, 0 deletions
diff --git a/kvm-send-keyvalue.yaml b/kvm-send-keyvalue.yaml
index dfbeac1..3d34593 100644
--- a/kvm-send-keyvalue.yaml
+++ b/kvm-send-keyvalue.yaml
@@ -20,3 +20,9 @@ run:
- lava-test-case send --shell lava-send get_source source=$(lava-self) role=$(lava-role)
- lava-test-case linux-kvm-route-dhclient --shell dhclient -v eth0
- lava-test-case send --shell lava-wait-all get_source client
+ - cat /tmp/lava_multi_node_cache.txt
+ - wget -O get_ip http://people.linaro.org/~neil.williams/get_ip
+ - chmod a+x ./get_ip
+ - lava-test-case multinode-send-network --shell lava-send network hostname=$(hostname) fqdn=$(hostname -f) ip=$(./get_ip)
+ - lava-test-case multinode-get-network --shell lava-wait-all network
+ - cat /tmp/lava_multi_node_cache.txt