[tests] make sure BRs not sending disallowed ICMPv6 in Thread traffic (#7357)

This commit is contained in:
Simon Lin
2022-02-09 20:21:16 -08:00
committed by GitHub
parent af2082e122
commit 9fcdbed9c5
3 changed files with 20 additions and 0 deletions
+1
View File
@@ -327,6 +327,7 @@ class TestCase(NcpSupportMixin, unittest.TestCase):
def _verify_packets(self, test_info_path: str):
pv = PacketVerifier(test_info_path, self.CASE_WIRESHARK_PREFS)
pv.add_common_vars()
pv.pkts.filter_thread_unallowed_icmpv6().must_not_next()
self.verify(pv)
print("Packet verification passed: %s" % test_info_path, file=sys.stderr)