X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=tests%2Fdata_plane%2Fvpp_lite_topo%2Ftopologies%2Ftwo_customers_topo.sh;fp=tests%2Fdata_plane%2Fvpp_lite_topo%2Ftopologies%2Ftwo_customers_topo.sh;h=99a48e98b5d19d843b8c54938921c94b3af54703;hb=bf450b8040955447a72efbd1e16111675e06fece;hp=f594d4530c6ec46c5668a4684e36d0ca5f858863;hpb=7000eb00c39af12b3abc7d74d1f13f99f5b2b338;p=one.git 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 f594d45..99a48e9 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 @@ -117,11 +117,11 @@ function two_customers_topo_setup { start_vpp 5003 vpp2 echo "* Selected configuration method: $CFG_METHOD" + sleep 2 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