[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:
Simon Lin
2021-05-11 12:56:33 -07:00
committed by GitHub
parent f97d9c7de5
commit c1e2e168d6
156 changed files with 20 additions and 1002 deletions
-3
View File
@@ -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,
},
}