X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=tests%2Fdata_plane%2Fvpp_lite_topo%2Ftopologies%2F3_node_star.sh;fp=tests%2Fdata_plane%2Fvpp_lite_topo%2Ftopologies%2F3_node_star.sh;h=6b67a003020049dcabe6ff8318d38b2def836b09;hb=3db341de1dae5caedbe805ed7f3871a57dc8dbcb;hp=d21732ea96b2bfa0c4f5016d0d45766b72a3385d;hpb=ebfd5b56b3c336b87a919898174a7ee7aafe3364;p=one.git diff --git a/tests/data_plane/vpp_lite_topo/topologies/3_node_star.sh b/tests/data_plane/vpp_lite_topo/topologies/3_node_star.sh index d21732e..6b67a00 100644 --- a/tests/data_plane/vpp_lite_topo/topologies/3_node_star.sh +++ b/tests/data_plane/vpp_lite_topo/topologies/3_node_star.sh @@ -17,12 +17,13 @@ # + | | + 6.0.10.22 # 6.0.10.21 | VPP3 | 08:22:22:22:22:22 # 08:11:11:11:11:11 | | -# +-+----+-+ +# 6:0:10::21 +-+----+-+ # vpp6| |vpp4 # | | # | +6.0.2.2 # + 6:0:2::2 # 6.0.10.22 +# 6:0:10::22 # 08:22:22:22:22:22 # @@ -177,6 +178,7 @@ function 3_node_star_topo_setup bash -c " ip link set dev lo up ip addr add 6.0.10.21/24 dev veth_vpp5 + ip addr add 6:0:10::21/64 dev veth_vpp5 " ip link add veth_vpp6 type veth peer name vpp6 @@ -188,6 +190,7 @@ function 3_node_star_topo_setup bash -c " ip link set dev lo up ip addr add 6.0.10.22/24 dev veth_vpp6 + ip addr add 6:0:10::22/64 dev veth_vpp6 " ip link add veth_vpp7 type veth peer name vpp7 @@ -225,6 +228,7 @@ maybe_pause echo "* Selected configuration method: $CFG_METHOD" if [ "$CFG_METHOD" == "cli" ] ; then + sleep 1 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