[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:
Simon Lin
2020-06-10 18:14:59 -07:00
committed by GitHub
parent 0ad3c20747
commit 8e124e6fac
112 changed files with 143 additions and 141 deletions
@@ -37,9 +37,9 @@ ROUTER = 2
class TestIPv6SourceSelection(thread_cert.TestCase):
support_ncp = False
SUPPORT_NCP = False
topology = {
TOPOLOGY = {
LEADER: {
'mode': 'rsdn',
'panid': 0xcafe,