diff options
author | Jan Gelety <jgelety@cisco.com> | 2016-08-31 17:11:37 +0200 |
---|---|---|
committer | Jan Gelety <jgelety@cisco.com> | 2016-08-31 17:11:37 +0200 |
commit | 57966d06a8df71b534f3f557739b7fa58f428fee (patch) | |
tree | 6fe7ca8bfdd7f8e3df839b39ea14c6d18f84a7f8 /tests | |
parent | 66379061bbcc7084b3d57575399e126e984389b3 (diff) |
Fixes of IPv6 tests
- use tag EXPECTED_FAILING for TC TC01: DUT transmits RA on IPv6
enabled interface
- use KW "Vpp All RA Suppress Link Layer" in setup of environment
for 2xVRF tests to avoid reception of undesirable RA packets
Change-Id: I1c638b4a04ed7c525d739e47d5b55b09ec0595d8
Signed-off-by: Jan Gelety <jgelety@cisco.com>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/func/ipv6/ipv6_ra.robot | 1 | ||||
-rw-r--r-- | tests/func/vrf/vrf_tests_v6.robot | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/tests/func/ipv6/ipv6_ra.robot b/tests/func/ipv6/ipv6_ra.robot index 294e8c54b2..b544e3f44b 100644 --- a/tests/func/ipv6/ipv6_ra.robot +++ b/tests/func/ipv6/ipv6_ra.robot @@ -47,6 +47,7 @@ | | ... | On DUT1 configure IPv6 interface on the link to TG. Make TG wait\ | | ... | for IPv6 Router Advertisement packet to be sent out by DUT1 and | | ... | verify the received RA packet is correct. +| | [Tags] | EXPECTED_FAILING | | Given Path for 3-node testing is set | | ... | ${nodes['TG']} | ${nodes['DUT1']} | ${nodes['DUT2']} | ${nodes['TG']} | | And Interfaces in 3-node path are up diff --git a/tests/func/vrf/vrf_tests_v6.robot b/tests/func/vrf/vrf_tests_v6.robot index b5dd18d50d..6756c34837 100644 --- a/tests/func/vrf/vrf_tests_v6.robot +++ b/tests/func/vrf/vrf_tests_v6.robot @@ -407,3 +407,5 @@ | | ... | ${dut2_to_dut1_ip2} | ${dut1_to_dut2_if2} | vrf=${fib_table_2} | | And Vpp Route Add | ${dut2_node} | ${tg_dut1_ip2} | ${ip_prefix} | | ... | ${dut1_to_dut2_ip2} | ${dut2_to_dut1_if2} | vrf=${fib_table_2} + +| | Vpp All RA Suppress Link Layer | ${nodes} |