mirror of
https://github.com/espressif/openthread.git
synced 2026-09-04 08:10:11 +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:
@@ -41,7 +41,7 @@ ROUTER2 = 3
|
||||
|
||||
|
||||
class TestRouteTable(thread_cert.TestCase):
|
||||
topology = {
|
||||
TOPOLOGY = {
|
||||
LEADER: {
|
||||
'mode': 'rsdn',
|
||||
'panid': 0xface,
|
||||
|
||||
Reference in New Issue
Block a user