diff options
author | Jan Gelety <jgelety@cisco.com> | 2017-05-16 16:03:52 +0200 |
---|---|---|
committer | Jan Gelety <jgelety@cisco.com> | 2017-05-24 15:21:03 +0200 |
commit | 47972ed9a0baaf35189afda391cc43552d9b6c26 (patch) | |
tree | 4a5f699c9b5b4b57659e67e97e2d84a69521e854 | |
parent | d930ccacdfc6b196843626c85b4a2ebf6e54a9ab (diff) |
Add RA suppress to IPv6 Equal-cost multipath routing test caserls1704
Change-Id: I9aa7220db01016d553cd389ad4827a3f86da9310
Signed-off-by: Jan Gelety <jgelety@cisco.com>
(cherry picked from commit 2900b5ab54b4c10e400369ef80f115f42baaa3da)
-rwxr-xr-x[-rw-r--r--] | resources/traffic_scripts/send_vxlan_check_vxlan.py | 0 | ||||
-rw-r--r-- | tests/func/ipv6/eth2p-ethip6-ip6base-ip6ecmp-func.robot | 1 |
2 files changed, 1 insertions, 0 deletions
diff --git a/resources/traffic_scripts/send_vxlan_check_vxlan.py b/resources/traffic_scripts/send_vxlan_check_vxlan.py index 3bf273d17a..3bf273d17a 100644..100755 --- a/resources/traffic_scripts/send_vxlan_check_vxlan.py +++ b/resources/traffic_scripts/send_vxlan_check_vxlan.py diff --git a/tests/func/ipv6/eth2p-ethip6-ip6base-ip6ecmp-func.robot b/tests/func/ipv6/eth2p-ethip6-ip6base-ip6ecmp-func.robot index fddf3a98a8..989ec69434 100644 --- a/tests/func/ipv6/eth2p-ethip6-ip6base-ip6ecmp-func.robot +++ b/tests/func/ipv6/eth2p-ethip6-ip6base-ip6ecmp-func.robot @@ -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} |