[mac-filter] change whitelist/blacklist to allowlist/denylist (#5507)

To promote inclusivity and eliminate any unintentional bias.
This commit is contained in:
Jonathan Hui
2020-09-11 16:03:39 -07:00
committed by GitHub
parent 11faac0aad
commit 5bffd8bc4d
162 changed files with 970 additions and 981 deletions
@@ -43,13 +43,13 @@ class TestIPv6SourceSelection(thread_cert.TestCase):
LEADER: {
'mode': 'rsdn',
'panid': 0xcafe,
'whitelist': [ROUTER]
'allowlist': [ROUTER]
},
ROUTER: {
'mode': 'rsdn',
'panid': 0xcafe,
'router_selection_jitter': 1,
'whitelist': [LEADER]
'allowlist': [LEADER]
},
}