VPP lite test improvements
[one.git] / tests / data_plane / vpp_lite_topo / test_driver / rtr_two_iface_two_customers.sh
index 46e0918..5a3dc83 100644 (file)
@@ -24,6 +24,10 @@ function test_rtr_two_iface_two_customers {
   test_result=0
   rc=0
 
+  if [ "$3" == "wait" ] ; then
+    read -p  "press any key to continue .." -n1
+  fi
+
   ip netns exec vpp1-cus1-ns "${1}" -w 20 -c 1 "${2}"
   rc=$?
   if [ $rc -ne 0 ] ; then
@@ -38,6 +42,10 @@ function test_rtr_two_iface_two_customers {
     test_result=1
   fi
 
+  if [ "$3" == "wait" ] ; then
+    read -p  "press any key to continue .." -n1
+  fi
+
   rtr_two_iface_two_customers_clean
 
   if [ $rc -ne 0 ] ; then