VPP lite test improvements
[one.git] / tests / data_plane / vpp_lite_topo / test_driver / basic.sh
index 897c773..d678e9e 100644 (file)
@@ -22,6 +22,10 @@ function test_basic
     basic_topo_setup
   fi
 
+  if [ "$3" == "wait" ] ; then
+    read -p  "press any key to continue .." -n1
+  fi
+
   test_result=1
 
   ip netns exec vppns1 "${1}" -w 15 -c 1 "${2}"
@@ -32,6 +36,10 @@ function test_basic
     exit $test_result
   fi
 
+  if [ "$3" == "wait" ] ; then
+    read -p  "press any key to continue .." -n1
+  fi
+
   # change IP addresses of destination RLOC
   echo "set int ip address del host-intervpp2 6.0.3.2/24" | nc 0 5003
   echo "set int ip address host-intervpp2 6.0.3.20/24" | nc 0 5003
@@ -44,6 +52,10 @@ function test_basic
 
   # test done
 
+  if [ "$3" == "wait" ] ; then
+    read -p  "press any key to continue .." -n1
+  fi
+
   basic_topo_clean
   if [ $rc -ne 0 ] ; then
     echo "Test failed: No ICMP response received within specified timeout limit!"