summaryrefslogtreecommitdiff
path: root/group-tests-multinode.yaml
diff options
context:
space:
mode:
authorNeil Williams <codehelp@debian.org>2013-07-10 11:13:49 +0100
committerNeil Williams <codehelp@debian.org>2013-07-10 11:13:49 +0100
commit36cced25963b77a52e42e7d7a72ad381c9d7717f (patch)
tree5f8dff3acd3a651a9475463ebb601c75dea9f3ff /group-tests-multinode.yaml
parent4678061a16da441286b4ff5aa6169ae0cef31723 (diff)
fix path to ifconfig
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