Ignore unexpected ICMPv6 Neighbor Discovery - Neighbor Solicitation packets 59/8359/4
authorJan Gelety <jgelety@cisco.com>
Fri, 8 Sep 2017 09:38:38 +0000 (11:38 +0200)
committerTibor Frank <tifrank@cisco.com>
Mon, 18 Sep 2017 12:05:49 +0000 (12:05 +0000)
commit2a848f49308868dfe6fa3a9cb78bd085f8c16f40
tree180c45ea5db2cc095c65d3b698a3e05a6ee819fe
parent6928a6be42016a6c5edade6369041670fe544f39
Ignore unexpected ICMPv6 Neighbor Discovery - Neighbor Solicitation packets

We need to adapt all functional traffic scripts related to functional
IPv6 tests to ingore receiving of unexpected ICMPv6ND_NS
(ICMPv6 Neighbor Discovery - Neighbor Solicitation) packets that are
sent automatically and we cannot avoid to receive them.

The reason is to prevent false negative test results in case of csit
functional tests that could block creation of new operational branch
(csit weekly jobs), usage of new vpp builds (csit semiweekly jobs)
and merging patches - csit as well as vpp.

Change-Id: I43c90e7c766762fa769a81661338759a11b401a1
Signed-off-by: Jan Gelety <jgelety@cisco.com>
22 files changed:
resources/traffic_scripts/check_ra_packet.py
resources/traffic_scripts/icmpv6_echo.py
resources/traffic_scripts/icmpv6_echo_req_resp.py
resources/traffic_scripts/ipfix_check.py
resources/traffic_scripts/ipfix_sessions.py
resources/traffic_scripts/ipsec.py
resources/traffic_scripts/ipv6_nd_proxy_check.py
resources/traffic_scripts/ipv6_ns.py
resources/traffic_scripts/ipv6_sweep_ping.py
resources/traffic_scripts/policer.py
resources/traffic_scripts/send_icmp_check_headers.py
resources/traffic_scripts/send_icmp_check_multipath.py
resources/traffic_scripts/send_icmp_type_code.py
resources/traffic_scripts/send_icmp_wait_for_reply.py
resources/traffic_scripts/send_ip_icmp.py
resources/traffic_scripts/send_rs_check_ra.py
resources/traffic_scripts/send_tcp_for_classifier_test.py
resources/traffic_scripts/send_tcp_udp.py
resources/traffic_scripts/send_vxlan_for_proxy_test.py
resources/traffic_scripts/send_vxlangpe_nsh_for_proxy_test.py
resources/traffic_scripts/send_vxlangpe_nsh_for_sff_test.py
resources/traffic_scripts/span_check.py