mirror of
https://github.com/espressif/openthread.git
synced 2026-08-25 11:49: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:
@@ -37,9 +37,9 @@ ROUTER = 2
|
||||
|
||||
|
||||
class TestIPv6SourceSelection(thread_cert.TestCase):
|
||||
support_ncp = False
|
||||
SUPPORT_NCP = False
|
||||
|
||||
topology = {
|
||||
TOPOLOGY = {
|
||||
LEADER: {
|
||||
'mode': 'rsdn',
|
||||
'panid': 0xcafe,
|
||||
|
||||
Reference in New Issue
Block a user