X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=tests%2Fdata_plane%2Fvpp_lite_topo%2Ftopologies%2Fbasic_topo_l2.sh;fp=tests%2Fdata_plane%2Fvpp_lite_topo%2Ftopologies%2Fbasic_topo_l2.sh;h=551f74d410fe8f085eb996dd3e3fa7034a81db1b;hb=bf450b8040955447a72efbd1e16111675e06fece;hp=15ad7afbac045d901aa1e7a142a369ec38c68079;hpb=7000eb00c39af12b3abc7d74d1f13f99f5b2b338;p=one.git diff --git a/tests/data_plane/vpp_lite_topo/topologies/basic_topo_l2.sh b/tests/data_plane/vpp_lite_topo/topologies/basic_topo_l2.sh index 15ad7af..551f74d 100644 --- a/tests/data_plane/vpp_lite_topo/topologies/basic_topo_l2.sh +++ b/tests/data_plane/vpp_lite_topo/topologies/basic_topo_l2.sh @@ -97,12 +97,12 @@ function basic_topo_setup maybe_pause + 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