summaryrefslogtreecommitdiff
path: root/ubuntu
diff options
context:
space:
mode:
authorFathi Boudra <fathi.boudra@linaro.org>2013-09-11 17:40:18 +0300
committerFathi Boudra <fathi.boudra@linaro.org>2013-09-11 17:40:18 +0300
commitf75664133344e3bc4b7fb917ff05048f93a117fc (patch)
tree6385a2dcac9d97cf5be1830d9ee634385f77c969 /ubuntu
parent59d99d86c3cdbb26e5826996cf3967eb4ba9daf7 (diff)
netperf: fix paths
Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
Diffstat (limited to 'ubuntu')
-rw-r--r--ubuntu/netperf-client-multinode.yaml2
-rw-r--r--ubuntu/netperf-server-multinode.yaml2
-rwxr-xr-xubuntu/scripts/netperf-client.sh10
3 files changed, 7 insertions, 7 deletions
diff --git a/ubuntu/netperf-client-multinode.yaml b/ubuntu/netperf-client-multinode.yaml
index 5aeb21e..883e995 100644
--- a/ubuntu/netperf-client-multinode.yaml
+++ b/ubuntu/netperf-client-multinode.yaml
@@ -31,7 +31,7 @@ run:
- lava-network broadcast eth0
- lava-network collect eth0
- lava-sync ready
- - lava-test-case multinode-lava-network --shell ./scripts/netperf-client.sh
+ - lava-test-case multinode-lava-network --shell ./ubuntu/scripts/netperf-client.sh
- lava-sync done
parse:
diff --git a/ubuntu/netperf-server-multinode.yaml b/ubuntu/netperf-server-multinode.yaml
index 543cc5c..93902be 100644
--- a/ubuntu/netperf-server-multinode.yaml
+++ b/ubuntu/netperf-server-multinode.yaml
@@ -31,7 +31,7 @@ run:
- lava-network broadcast eth0
- lava-network collect eth0
- lava-sync ready
- - lava-test-case multinode-lava-network --shell ./scripts/netperf-server.sh
+ - lava-test-case multinode-lava-network --shell ./ubuntu/scripts/netperf-server.sh
- lava-sync done
parse:
diff --git a/ubuntu/scripts/netperf-client.sh b/ubuntu/scripts/netperf-client.sh
index 370a8fe..aadfc94 100755
--- a/ubuntu/scripts/netperf-client.sh
+++ b/ubuntu/scripts/netperf-client.sh
@@ -27,8 +27,8 @@ fi
ifconfig -a
ping -c 1 ${remote_ip} || exit 1
-ping -c 30 ${remote_ip} | ./scripts/netperf2LAVA.py
-for m in 64 128 256 512 1024 2048 4096 8192 16384; do netperf -H ${remote_ip} -l 20 -c -C -- -m $m -D; done | ./scripts/netperf2LAVA.py
-for m in 64 128 256 512 1024 2048 4096 8192 16384; do netperf -H ${remote_ip} -l 20 -t UDP_STREAM -c -C -- -m $m -D; done | ./scripts/netperf2LAVA.py
-for m in 1 32 64 128 512 1024 4096 8192 16384; do netperf -t TCP_RR -H ${remote_ip} -l 20 -c -C -- -r $m,$m -D; done | ./scripts/netperf2LAVA.py
-for m in 1 32 64 128 512 1024 4096 8192 16384; do netperf -t UDP_RR -H ${remote_ip} -l 20 -c -C -- -r $m,$m -D; done | ./scripts/netperf2LAVA.py
+ping -c 30 ${remote_ip} | ./ubuntu/scripts/netperf2LAVA.py
+for m in 64 128 256 512 1024 2048 4096 8192 16384; do netperf -H ${remote_ip} -l 20 -c -C -- -m $m -D; done | ./ubuntu/scripts/netperf2LAVA.py
+for m in 64 128 256 512 1024 2048 4096 8192 16384; do netperf -H ${remote_ip} -l 20 -t UDP_STREAM -c -C -- -m $m -D; done | ./ubuntu/scripts/netperf2LAVA.py
+for m in 1 32 64 128 512 1024 4096 8192 16384; do netperf -t TCP_RR -H ${remote_ip} -l 20 -c -C -- -r $m,$m -D; done | ./ubuntu/scripts/netperf2LAVA.py
+for m in 1 32 64 128 512 1024 4096 8192 16384; do netperf -t UDP_RR -H ${remote_ip} -l 20 -c -C -- -r $m,$m -D; done | ./ubuntu/scripts/netperf2LAVA.py