From abc6884972bc0792f4817a3822f13128d716c889 Mon Sep 17 00:00:00 2001 From: Filip Tehlar Date: Thu, 6 Oct 2016 13:20:58 +0200 Subject: Fix some test issues * add sleep to v6 eid virt test * fix failover test * reuse topology setup at failover test Change-Id: I7f1234696a9cec7931984c4dcee79c2cf90287d1 Signed-off-by: Filip Tehlar --- tests/data_plane/vpp_lite_topo/topologies/two_customers_topo.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/data_plane/vpp_lite_topo/topologies/two_customers_topo.sh') diff --git a/tests/data_plane/vpp_lite_topo/topologies/two_customers_topo.sh b/tests/data_plane/vpp_lite_topo/topologies/two_customers_topo.sh index 645077d..f594d45 100644 --- a/tests/data_plane/vpp_lite_topo/topologies/two_customers_topo.sh +++ b/tests/data_plane/vpp_lite_topo/topologies/two_customers_topo.sh @@ -112,6 +112,7 @@ function two_customers_topo_setup { # generate config files ./scripts/generate_config.py ${VPP_LITE_CONF} ${CFG_METHOD} + sleep 3 start_vpp 5002 vpp1 start_vpp 5003 vpp2 -- cgit 1.2.3-korg