From 05479d8750d11d46a939c31ca78e99ecc310dc7a Mon Sep 17 00:00:00 2001 From: Filip Tehlar Date: Thu, 7 Jul 2016 08:29:25 +0200 Subject: Add script which runs all VPP lite tests Change-Id: I13c8726ac60647201d40249434f3a81085a8f9ff Signed-off-by: Filip Tehlar --- tests/data_plane/vpp_lite_topo/test_driver/two_customers_topo.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'tests/data_plane/vpp_lite_topo/test_driver/two_customers_topo.sh') 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 174a683..7ff2a1d 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 @@ -18,8 +18,6 @@ if [[ $(id -u) != 0 ]]; then fi function test_eid_virtualization { - two_customers_topo_clean - sleep 1 two_customers_topo_setup # init to test failed @@ -41,7 +39,7 @@ function test_eid_virtualization { echo "Error: customer 2 did not receive any response!" fi -# two_customers_topo_clean + two_customers_topo_clean if [ $rc -ne 0 ] ; then echo "Test failed!"; -- cgit 1.2.3-korg