mirror of
https://github.com/espressif/openthread.git
synced 2026-08-12 05:37:46 +00:00
[tests] add traffic check in test case Cert_7_1_01 (#3405)
This commit is contained in:
@@ -292,7 +292,7 @@ class Message(object):
|
||||
if self.mac_header.dest_address == mac_address:
|
||||
sent_to_node = True
|
||||
|
||||
assert sent_to_node
|
||||
assert sent_to_node == True
|
||||
|
||||
def assertSentToDestinationAddress(self, ipv6_address):
|
||||
if sys.version_info[0] == 2:
|
||||
|
||||
Reference in New Issue
Block a user