From 25531ee0d1350f554314d0cbf914b4f461d57828 Mon Sep 17 00:00:00 2001 From: Filip Tehlar Date: Tue, 25 Apr 2017 13:13:36 +0200 Subject: Fix multihoming tests Change-Id: I170753e52a9e7ac3d7ce93e847332e796c6cf30d Signed-off-by: Filip Tehlar --- tests/data_plane/vpp_lite_topo/test_driver/multihoming.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/data_plane/vpp_lite_topo/test_driver/multihoming.sh') diff --git a/tests/data_plane/vpp_lite_topo/test_driver/multihoming.sh b/tests/data_plane/vpp_lite_topo/test_driver/multihoming.sh index 9e34d11..9337e53 100644 --- a/tests/data_plane/vpp_lite_topo/test_driver/multihoming.sh +++ b/tests/data_plane/vpp_lite_topo/test_driver/multihoming.sh @@ -30,10 +30,10 @@ function test_multihoming assert_rc_ok $? multihoming_topo_clean "No response received!" # do some port sweeping to see that load balancing works - ip netns exec vppns1 nc -n -z "${2}" 1-1000 > /dev/null 2>&1 + ip netns exec vppns1 python scripts/port_flood.py "${2}" 1000 # check that it works - pkts=$(echo "show int" | nc 0 5002 | grep host-intervpp11 | awk '{print $6}' | tr -d '\r') + pkts=$(echo "show int" | nc 0 5003 | grep host-intervpp12 | awk '{print $6}' | tr -d '\r') if [ $pkts -gt 450 ] && [ $pkts -lt 550 ] ; then rc=0 -- cgit 1.2.3-korg