mirror of
https://github.com/espressif/openthread.git
synced 2026-08-23 18:59:51 +00:00
[tests] make sure BRs not sending disallowed ICMPv6 in Thread traffic (#7357)
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user