Add RTR + EID virt test (6over46)
[one.git] / tests / data_plane / vpp_lite_topo / test_driver / two_customers_topo.sh
index 79349b6..174a683 100644 (file)
@@ -30,7 +30,7 @@ function test_eid_virtualization {
   ip netns exec vpp1-cus1-ns "${1}" -w 20 -c 1 "${2}"
   rc=$?
   if [ $rc -ne 0 ] ; then
-    echo "Error: customer 1 did not reveive any response!"
+    echo "Error: customer 1 did not receive any response!"
   fi
 
   #read -p  "press any key to continue .." -n1
@@ -38,7 +38,7 @@ function test_eid_virtualization {
   ip netns exec vpp1-cus2-ns "${1}" -w 20 -c 1 "${2}"
   rc=$?
   if [ $rc -ne 0 ] ; then
-    echo "Error: customer 2 did not reveive any response!"
+    echo "Error: customer 2 did not receive any response!"
   fi
 
 #  two_customers_topo_clean