X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=tests%2Fdata_plane%2Fvpp_lite_topo%2Ftopologies%2F2_node_topo.sh;fp=tests%2Fdata_plane%2Fvpp_lite_topo%2Ftopologies%2F2_node_topo.sh;h=ef1c2b29aeede7798962d18c26798e75266d0f52;hb=25531ee0d1350f554314d0cbf914b4f461d57828;hp=ee2bb3120cf8050517f96e52db352037008e0c0d;hpb=9325071dfe6f832c5be80e1206bc6338335cf977;p=one.git diff --git a/tests/data_plane/vpp_lite_topo/topologies/2_node_topo.sh b/tests/data_plane/vpp_lite_topo/topologies/2_node_topo.sh index ee2bb31..ef1c2b2 100644 --- a/tests/data_plane/vpp_lite_topo/topologies/2_node_topo.sh +++ b/tests/data_plane/vpp_lite_topo/topologies/2_node_topo.sh @@ -19,9 +19,8 @@ function set_arp { odl_mac=`ip a show dev odl | grep "link/ether" | awk '{print $2}'` - echo "set ip arp host-xtr1 6.0.3.100 $odl_mac" | nc 0 5002 - echo "set ip arp host-xtr2 6.0.3.100 $odl_mac" | nc 0 5003 - echo "set ip arp host-xtr3 6.0.3.100 $odl_mac" | nc 0 5004 + echo "set ip arp host-intervpp1 6.0.3.100 $odl_mac" | nc 0 5002 + echo "set ip arp host-intervpp2 6.0.3.100 $odl_mac" | nc 0 5003 mac=`ip netns exec vppns1 ip a show dev veth_vpp1 | grep "link/ether" | awk '{print $2}'` echo "set ip arp host-vpp1 6.0.1.2 $mac" | nc 0 5002