From 57966d06a8df71b534f3f557739b7fa58f428fee Mon Sep 17 00:00:00 2001 From: Jan Gelety Date: Wed, 31 Aug 2016 17:11:37 +0200 Subject: [PATCH] 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 --- tests/func/ipv6/ipv6_ra.robot | 1 + tests/func/vrf/vrf_tests_v6.robot | 2 ++ 2 files changed, 3 insertions(+) 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} -- 2.16.6