summaryrefslogtreecommitdiff
path: root/group-tests-multinode.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'group-tests-multinode.yaml')
-rw-r--r--group-tests-multinode.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/group-tests-multinode.yaml b/group-tests-multinode.yaml
index 7915e66..33c143e 100644
--- a/group-tests-multinode.yaml
+++ b/group-tests-multinode.yaml
@@ -19,7 +19,7 @@ run:
- 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 send --shell lava-send network hostname=$(hostname -f) ip=$(/sbin/ifconfig|grep "inet addr"|grep -v "127.0.0.1"|cut -d: -f2|cut -d' ' -f1)
+ - lava-test-case send --shell lava-send network hostname=$(hostname -f) ip=$(ifconfig|grep "inet addr"|grep -v "127.0.0.1"|cut -d: -f2|cut -d' ' -f1)
- lava-test-case linux-linaro-ubuntu-route-ifconfig-down --shell ifconfig eth0 down
- lava-test-case linux-linaro-ubuntu-route-dhclient --shell dhclient -v eth0
- lava-test-case linux-linaro-ubuntu-route-dump-c --shell route