summaryrefslogtreecommitdiffstats
path: root/tests/data_plane/vpp_lite_topo/topologies/multihoming_topo.sh
diff options
context:
space:
mode:
authorFilip Tehlar <ftehlar@cisco.com>2017-10-25 06:35:49 -0700
committerFilip Tehlar <ftehlar@cisco.com>2017-10-25 06:38:33 -0700
commitbf450b8040955447a72efbd1e16111675e06fece (patch)
tree322b7472c7ba3c02f05fa07a8374741b6fdfdf24 /tests/data_plane/vpp_lite_topo/topologies/multihoming_topo.sh
parent7000eb00c39af12b3abc7d74d1f13f99f5b2b338 (diff)
Fix several timing issues when using CLI as a config method
Change-Id: I9fd06b7bb491e10b1dc199a04627bd088172d050 Signed-off-by: Filip Tehlar <ftehlar@cisco.com>
Diffstat (limited to 'tests/data_plane/vpp_lite_topo/topologies/multihoming_topo.sh')
-rw-r--r--tests/data_plane/vpp_lite_topo/topologies/multihoming_topo.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/data_plane/vpp_lite_topo/topologies/multihoming_topo.sh b/tests/data_plane/vpp_lite_topo/topologies/multihoming_topo.sh
index 9f06d82..1f41cdd 100644
--- a/tests/data_plane/vpp_lite_topo/topologies/multihoming_topo.sh
+++ b/tests/data_plane/vpp_lite_topo/topologies/multihoming_topo.sh
@@ -109,12 +109,12 @@ function multihoming_topo_setup
start_vpp 5002 vpp1
start_vpp 5003 vpp2
+ sleep 2
echo "* Selected configuration method: $CFG_METHOD"
if [ "$CFG_METHOD" == "cli" ] ; then
echo "exec ${VPP_LITE_CONF}/vpp1.cli" | nc 0 5002
echo "exec ${VPP_LITE_CONF}/vpp2.cli" | nc 0 5003
elif [ "$CFG_METHOD" == "vat" ] ; then
- sleep 2
${VPP_API_TEST} chroot prefix vpp1 script in ${VPP_LITE_CONF}/vpp1.vat
${VPP_API_TEST} chroot prefix vpp2 script in ${VPP_LITE_CONF}/vpp2.vat
else