[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
@@ -42,7 +42,7 @@ ROUTER_SELECTION_JITTER = 1
class Cert_5_2_5_AddressQuery(thread_cert.TestCase):
topology = {
TOPOLOGY = {
LEADER: {
'mode':
'rsdn',