mirror of
https://github.com/espressif/openthread.git
synced 2026-08-17 16:09:51 +00:00
[test] save packets as pcap file in thread-cert tests (#2965)
This commit is contained in:
@@ -76,8 +76,8 @@ class Cert_5_2_5_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. LEADER: DHCPv6 Server for prefix 2001::/64.
|
||||
|
||||
Reference in New Issue
Block a user