[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
+2 -2
View File
@@ -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]
},
}