Add RA suppress to IPv6 Equal-cost multipath routing test case 59/6859/2 rls1704
authorJan Gelety <jgelety@cisco.com>
Tue, 16 May 2017 14:03:52 +0000 (16:03 +0200)
committerJan Gelety <jgelety@cisco.com>
Wed, 24 May 2017 13:21:03 +0000 (15:21 +0200)
Change-Id: I9aa7220db01016d553cd389ad4827a3f86da9310
Signed-off-by: Jan Gelety <jgelety@cisco.com>
(cherry picked from commit 2900b5ab54b4c10e400369ef80f115f42baaa3da)

resources/traffic_scripts/send_vxlan_check_vxlan.py [changed mode: 0644->0755]
tests/func/ipv6/eth2p-ethip6-ip6base-ip6ecmp-func.robot

index fddf3a9..989ec69 100644 (file)
@@ -61,6 +61,7 @@
 | | ... | ${dut_node} | ${dut_to_tg_if1} | ${neighbor_1_ip} | ${neighbor_1_mac}
 | | And Add Ip Neighbor
 | | ... | ${dut_node} | ${dut_to_tg_if1} | ${neighbor_2_ip} | ${neighbor_2_mac}
+| | And Vpp Nodes RA Suppress Link Layer | ${nodes}
 | | When Vpp Route Add
 | | ... | ${dut_node} | ${test_dst_ip} | ${prefix_length} | ${neighbor_1_ip}
 | | ... | ${dut_to_tg_if1} | resolve_attempts=${NONE} | multipath=${TRUE}