mirror of
https://github.com/espressif/openthread.git
synced 2026-08-18 08:29:52 +00:00
[tests] change to test mtd apps (#2140)
* [mle] fix mtd child not reattach after partition
This commit is contained in:
@@ -42,7 +42,7 @@ class Cert_5_3_09_AddressQuery(unittest.TestCase):
|
||||
def setUp(self):
|
||||
self.nodes = {}
|
||||
for i in range(1,6):
|
||||
self.nodes[i] = node.Node(i)
|
||||
self.nodes[i] = node.Node(i, (i == SED1))
|
||||
|
||||
self.nodes[LEADER].set_panid(0xface)
|
||||
self.nodes[LEADER].set_mode('rsdn')
|
||||
|
||||
Reference in New Issue
Block a user