aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tests/func/ipv6/ipv6_ra.robot1
-rw-r--r--tests/func/vrf/vrf_tests_v6.robot2
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}