mirror of
https://github.com/espressif/openthread.git
synced 2026-08-16 07:37:47 +00:00
[tests] set default node parameters (#6593)
This commit set default node parameters and remove unnecessary parameters in topologies. - router selection jitter to 1s - panid to 0xface
This commit is contained in:
@@ -59,17 +59,14 @@ class TestPing(thread_cert.TestCase):
|
||||
ROUTER_1: {
|
||||
'name': 'Router_1',
|
||||
'allowlist': [ROUTER_2, ROUTER_3],
|
||||
'router_selection_jitter': 2,
|
||||
},
|
||||
ROUTER_2: {
|
||||
'name': 'Router_2',
|
||||
'allowlist': [ROUTER_1],
|
||||
'router_selection_jitter': 2,
|
||||
},
|
||||
ROUTER_3: {
|
||||
'name': 'Router_3',
|
||||
'allowlist': [ROUTER_1],
|
||||
'router_selection_jitter': 2,
|
||||
},
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user