[test] save packets as pcap file in thread-cert tests (#2965)

This commit is contained in:
Yakun Xu
2018-08-20 09:27:04 -07:00
committed by Jonathan Hui
parent e731babedb
commit af2bfc1cc4
99 changed files with 280 additions and 186 deletions
+1 -1
View File
@@ -58,7 +58,7 @@ class Test_MacScan(unittest.TestCase):
def tearDown(self):
for node in list(self.nodes.values()):
node.stop()
del self.nodes
node.destroy()
def test(self):
self.nodes[LEADER].start()