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, 1 insertions, 3 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 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!";