X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=tests%2Fdata_plane%2Fvpp_lite_topo%2Ftest_driver%2Fmultihoming_l2.sh;fp=tests%2Fdata_plane%2Fvpp_lite_topo%2Ftest_driver%2Fmultihoming_l2.sh;h=a5ef259e2c47cfa731356d317d09bd7423559b53;hb=25531ee0d1350f554314d0cbf914b4f461d57828;hp=02380461e54466db36241a75d939b15667ac7657;hpb=9325071dfe6f832c5be80e1206bc6338335cf977;p=one.git diff --git a/tests/data_plane/vpp_lite_topo/test_driver/multihoming_l2.sh b/tests/data_plane/vpp_lite_topo/test_driver/multihoming_l2.sh index 0238046..a5ef259 100644 --- a/tests/data_plane/vpp_lite_topo/test_driver/multihoming_l2.sh +++ b/tests/data_plane/vpp_lite_topo/test_driver/multihoming_l2.sh @@ -39,10 +39,10 @@ function test_multihoming maybe_pause $3 # 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