summaryrefslogtreecommitdiffstats
path: root/tests/data_plane/vpp_lite_topo/test_driver/two_customers_topo.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/data_plane/vpp_lite_topo/test_driver/two_customers_topo.sh')
-rw-r--r--tests/data_plane/vpp_lite_topo/test_driver/two_customers_topo.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/data_plane/vpp_lite_topo/test_driver/two_customers_topo.sh b/tests/data_plane/vpp_lite_topo/test_driver/two_customers_topo.sh
index 79349b6..174a683 100644
--- a/tests/data_plane/vpp_lite_topo/test_driver/two_customers_topo.sh
+++ b/tests/data_plane/vpp_lite_topo/test_driver/two_customers_topo.sh
@@ -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