mirror of
https://github.com/espressif/openthread.git
synced 2026-08-19 17:09:51 +00:00
[test] save packets as pcap file in thread-cert tests (#2965)
This commit is contained in:
@@ -86,8 +86,8 @@ class Cert_5_3_3_AddressQuery(unittest.TestCase):
|
||||
def tearDown(self):
|
||||
for node in list(self.nodes.values()):
|
||||
node.stop()
|
||||
del self.nodes
|
||||
del self.simulator
|
||||
node.destroy()
|
||||
self.simulator.stop()
|
||||
|
||||
def test(self):
|
||||
# 1
|
||||
|
||||
Reference in New Issue
Block a user