diff options
author | Jan Gelety <jgelety@cisco.com> | 2018-12-18 10:28:37 +0100 |
---|---|---|
committer | Jan Gelety <jgelety@cisco.com> | 2018-12-18 11:17:27 +0000 |
commit | 213f4046bc90c98e01bdfd0b593b6a532ec70ea8 (patch) | |
tree | f0a91ed3276c3159793aeaeb4518d6f5724a095e | |
parent | f5a1d81c2f3c532543b6cd6a457942dbf610f5f3 (diff) |
FIX: do not use dump stats in IPv6 base tests
Change-Id: I9983b4aa1d6575f017bdfd69b6ab3b26206d9605
Signed-off-by: Jan Gelety <jgelety@cisco.com>
-rw-r--r-- | resources/libraries/robot/ip/ip6.robot | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/resources/libraries/robot/ip/ip6.robot b/resources/libraries/robot/ip/ip6.robot index 9a816c2665..f3e31b957b 100644 --- a/resources/libraries/robot/ip/ip6.robot +++ b/resources/libraries/robot/ip/ip6.robot @@ -43,11 +43,6 @@ | | ${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 |