X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=tests%2Fdata_plane%2Fvpp_lite_topo%2Ftopologies%2Fsmr_rtr_disjoint.sh;fp=tests%2Fdata_plane%2Fvpp_lite_topo%2Ftopologies%2Fsmr_rtr_disjoint.sh;h=ea3ee1edbf77f886313b4d54c5b83b3f90676622;hb=bf450b8040955447a72efbd1e16111675e06fece;hp=e18d229906e62465f8d2052b5e50982fef50c189;hpb=7000eb00c39af12b3abc7d74d1f13f99f5b2b338;p=one.git diff --git a/tests/data_plane/vpp_lite_topo/topologies/smr_rtr_disjoint.sh b/tests/data_plane/vpp_lite_topo/topologies/smr_rtr_disjoint.sh index e18d229..ea3ee1e 100644 --- a/tests/data_plane/vpp_lite_topo/topologies/smr_rtr_disjoint.sh +++ b/tests/data_plane/vpp_lite_topo/topologies/smr_rtr_disjoint.sh @@ -123,12 +123,12 @@ function smr_rtr_disjoint_setup { start_vpp 5004 vpp3 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 echo "exec ${VPP_LITE_CONF}/vpp3.cli" | nc 0 5004 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 ${VPP_API_TEST} chroot prefix vpp3 script in ${VPP_LITE_CONF}/vpp3.vat