FIX: do not use dump stats in IPv6 base tests
[csit.git] / 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