From f0dbb7d2dd25880dbd73df82f9f6830cb2655b6b Mon Sep 17 00:00:00 2001 From: kubi Date: Sat, 16 Jan 2016 18:31:42 +0800 Subject: modify sc lab pod yaml as real configure Change-Id: I6587794b7206cb3d5f13b6c448670d1c97ecd596 Signed-off-by: kubi (cherry picked from commit cfbefd9ad48e07a1890e022e94cbae117e04f87a) --- yardstick/benchmark/scenarios/networking/ping6_benchmark.bash | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'yardstick/benchmark/scenarios/networking/ping6_benchmark.bash') diff --git a/yardstick/benchmark/scenarios/networking/ping6_benchmark.bash b/yardstick/benchmark/scenarios/networking/ping6_benchmark.bash index bd02be76e..16cb0f07e 100644 --- a/yardstick/benchmark/scenarios/networking/ping6_benchmark.bash +++ b/yardstick/benchmark/scenarios/networking/ping6_benchmark.bash @@ -23,10 +23,10 @@ wait_vm_ok() { if [ $retry -ge 40 ]; then echo "vm ssh start timeout !!!" - exit 0 + exit 0 fi done } wait_vm_ok -sleep 600 -sudo ip netns exec qdhcp-$(neutron net-list | grep -w ipv4-int-network1 | awk '{print $2}') ssh -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -i vRouterKey fedora@20.0.0.4 "ping6 -c 1 2001:db8:0:1::1 | grep ttl | awk -F [=\ ] '{printf \$10}'" +sleep 360 +sudo ip netns exec qdhcp-$(neutron net-list | grep -w ipv4-int-network1 | awk '{print $2}') ssh -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -i vRouterKey fedora@20.0.0.4 "ping6 -c 1 2001:db8:0:1::1 | grep ttl | awk -F [=\ ] '{printf \$10}'" \ No newline at end of file -- cgit 1.2.3-korg