[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
@@ -36,7 +36,7 @@ ED = 2
class Cert_6_3_2_NetworkDataUpdate(thread_cert.TestCase):
topology = {
TOPOLOGY = {
LEADER: {
'mode': 'rsdn',
'panid': 0xface,