mirror of
https://github.com/espressif/openthread.git
synced 2026-08-20 17:39:51 +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:
@@ -42,7 +42,7 @@ ROUTER_SELECTION_JITTER = 1
|
||||
|
||||
|
||||
class Cert_5_2_5_AddressQuery(thread_cert.TestCase):
|
||||
topology = {
|
||||
TOPOLOGY = {
|
||||
LEADER: {
|
||||
'mode':
|
||||
'rsdn',
|
||||
|
||||
Reference in New Issue
Block a user