summaryrefslogtreecommitdiffstats
path: root/tests/data_plane/vpp_lite_topo/test_driver/two_customers_topo.sh
diff options
context:
space:
mode:
authorFilip Tehlar <ftehlar@cisco.com>2016-07-07 08:29:25 +0200
committerFilip Tehlar <ftehlar@cisco.com>2016-07-07 12:26:52 +0200
commit05479d8750d11d46a939c31ca78e99ecc310dc7a (patch)
treed1acfad937839fad93f52cdff4d0b34a69588e77 /tests/data_plane/vpp_lite_topo/test_driver/two_customers_topo.sh
parent12defda1182a88e98a20d63c32fe897359663ad7 (diff)
Add script which runs all VPP lite tests
Change-Id: I13c8726ac60647201d40249434f3a81085a8f9ff Signed-off-by: Filip Tehlar <ftehlar@cisco.com>
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!";