mirror of
https://github.com/espressif/openthread.git
synced 2026-09-02 23:30:07 +00:00
[mac-filter] change whitelist/blacklist to allowlist/denylist (#5507)
To promote inclusivity and eliminate any unintentional bias.
This commit is contained in:
@@ -43,14 +43,14 @@ class Test_MacScan(thread_cert.TestCase):
|
||||
'mode': 'rsdn',
|
||||
'network_name': 'OpenThread',
|
||||
'panid': 0xface,
|
||||
'whitelist': [ROUTER]
|
||||
'allowlist': [ROUTER]
|
||||
},
|
||||
ROUTER: {
|
||||
'channel': 12,
|
||||
'mode': 'rsdn',
|
||||
'network_name': 'OpenThread',
|
||||
'panid': 0xface,
|
||||
'whitelist': [LEADER]
|
||||
'allowlist': [LEADER]
|
||||
},
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user