mirror of
https://github.com/espressif/openthread.git
synced 2026-08-04 18:07:47 +00:00
[tests] fix prefix configuration in 5_6_05 and 5_6_06 (#5116)
Prefix 3 should be configured as on-mesh.
This commit is contained in:
@@ -109,7 +109,7 @@ class Cert_5_6_5_NetworkDataRegisterAfterAttachRouter(thread_cert.TestCase):
|
||||
if addr[0:3] == '200':
|
||||
self.assertTrue(self.nodes[LEADER].ping(addr))
|
||||
|
||||
self.nodes[ROUTER].add_prefix('2001:2:0:3::/64', 'pacs')
|
||||
self.nodes[ROUTER].add_prefix('2001:2:0:3::/64', 'paos')
|
||||
self.nodes[ROUTER].register_netdata()
|
||||
|
||||
# Set lowpan context of sniffer
|
||||
|
||||
@@ -109,7 +109,7 @@ class Cert_5_6_6_NetworkDataExpiration(thread_cert.TestCase):
|
||||
if addr[0:3] == '200':
|
||||
self.assertTrue(self.nodes[LEADER].ping(addr))
|
||||
|
||||
self.nodes[ROUTER].add_prefix('2001:2:0:3::/64', 'pacs')
|
||||
self.nodes[ROUTER].add_prefix('2001:2:0:3::/64', 'paos')
|
||||
self.nodes[ROUTER].register_netdata()
|
||||
|
||||
# Set lowpan context of sniffer
|
||||
|
||||
Reference in New Issue
Block a user