[tests] add traffic check in test case Cert_7_1_01 (#3405)

This commit is contained in:
Irving-cl
2019-02-18 13:41:30 -08:00
committed by Jonathan Hui
parent 968f9b6898
commit cf7bc35bbe
4 changed files with 142 additions and 30 deletions
+1 -1
View File
@@ -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: