Fixes of IPv6 tests 79/2579/1
authorJan Gelety <jgelety@cisco.com>
Wed, 31 Aug 2016 15:11:37 +0000 (17:11 +0200)
committerJan Gelety <jgelety@cisco.com>
Wed, 31 Aug 2016 15:11:37 +0000 (17:11 +0200)
- 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>
tests/func/ipv6/ipv6_ra.robot
tests/func/vrf/vrf_tests_v6.robot

index 294e8c5..b544e3f 100644 (file)
@@ -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
index b5dd18d..6756c34 100644 (file)
 | | ... | ${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}