mirror of
https://github.com/espressif/openthread.git
synced 2026-09-02 23:30:07 +00:00
[github-actions] fix thread-wireshark missing (#5577)
This commit is contained in:
@@ -54,20 +54,20 @@ class BBR_5_11_01(thread_cert.TestCase):
|
||||
TOPOLOGY = {
|
||||
BR_1: {
|
||||
'name': 'BR_1',
|
||||
'whitelist': [ROUTER1, ROUTER2],
|
||||
'allowlist': [ROUTER1, ROUTER2],
|
||||
'is_otbr': True,
|
||||
'version': '1.2',
|
||||
'router_selection_jitter': 1,
|
||||
},
|
||||
ROUTER1: {
|
||||
'name': 'Router_1',
|
||||
'whitelist': [ROUTER2, BR_1],
|
||||
'allowlist': [ROUTER2, BR_1],
|
||||
'version': '1.2',
|
||||
'router_selection_jitter': 1,
|
||||
},
|
||||
ROUTER2: {
|
||||
'name': 'Router_2',
|
||||
'whitelist': [ROUTER1, BR_1],
|
||||
'allowlist': [ROUTER1, BR_1],
|
||||
'version': '1.2',
|
||||
'router_selection_jitter': 1,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user