[continuous-integration] fix test_dua_routing.py (#7117)

Added new API/CLI for reference devices to set allowed ranges of
router IDs. When the allowed ID range is set, the leader will only
assign router IDs in the range. In this way, we can assign
non-overlapping router ID ranges to different thread networks so that
no RLOC16s will collide across multiple thread networks.
This commit is contained in:
whd
2021-11-02 21:00:38 -07:00
committed by GitHub
parent 3dcf0ba544
commit 2117396a47
11 changed files with 152 additions and 2 deletions
@@ -70,6 +70,7 @@ class TestNdProxy(thread_cert.TestCase):
'is_otbr': True,
'version': '1.2',
'channel': CH1,
'router_id_range': [0, 30],
},
SBBR: {
'name': 'SBBR',
@@ -93,6 +94,7 @@ class TestNdProxy(thread_cert.TestCase):
'is_otbr': True,
'version': '1.2',
'channel': CH2,
'router_id_range': [31, 60],
},
ROUTER2: {
'name': 'ROUTER2',