mirror of
https://github.com/espressif/openthread.git
synced 2026-08-26 04:09:52 +00:00
[cert] capitalize python class constants (#5080)
According to PEP8, constants should be written in all capital letters. This commit capitalizes these constants: - thread_cert.TestCase.topology - thread_cert.TestCase.support_ncp
This commit is contained in:
@@ -43,7 +43,7 @@ SED1 = 5
|
||||
|
||||
|
||||
class Cert_5_3_09_AddressQuery(thread_cert.TestCase):
|
||||
topology = {
|
||||
TOPOLOGY = {
|
||||
LEADER: {
|
||||
'mode': 'rsdn',
|
||||
'panid': 0xface,
|
||||
|
||||
Reference in New Issue
Block a user