FIX: do not use dump stats in IPv6 base tests 24/16524/2
authorJan Gelety <jgelety@cisco.com>
Tue, 18 Dec 2018 09:28:37 +0000 (10:28 +0100)
committerJan Gelety <jgelety@cisco.com>
Tue, 18 Dec 2018 11:17:27 +0000 (11:17 +0000)
Change-Id: I9983b4aa1d6575f017bdfd69b6ab3b26206d9605
Signed-off-by: Jan Gelety <jgelety@cisco.com>
resources/libraries/robot/ip/ip6.robot

index 9a816c2..f3e31b9 100644 (file)
 | | ${args}= | Traffic Script Gen Arg | ${src_port_name} | ${src_port_name}
 | | ... | ${src_mac} | ${dst_mac} | ${src_ip} | ${dst_ip}
 | | Run Traffic Script On Node | icmpv6_echo.py | ${tg_node} | ${args}
-| | Vpp Dump Stats Table | ${dst_node}
-| | ${ipv6_counter}= | Vpp Get Ipv6 Interface Counter | ${dst_node}
-| | ... | ${dst_port}
-| | Should Be Equal | ${ipv6_counter} | ${2}
-| | ... | #ICMPv6 neighbor advertisement + ICMPv6 echo request
 
 | Execute IPv6 ICMP echo sweep
 | | [Documentation] | Type of the src_node must be TG and dst_node must be DUT