test:fix case for default debugflag
This commit is contained in:
parent
97b6c43c9a
commit
cf91c71e1b
|
@ -30,7 +30,6 @@ class TDSimClient:
|
||||||
def __init__(self, path):
|
def __init__(self, path):
|
||||||
self.testCluster = False
|
self.testCluster = False
|
||||||
self.path = path
|
self.path = path
|
||||||
# cdebugflag 135 for tmqClientConsLog
|
|
||||||
self.cfgDict = {
|
self.cfgDict = {
|
||||||
"fqdn": "localhost",
|
"fqdn": "localhost",
|
||||||
"numOfLogLines": "100000000",
|
"numOfLogLines": "100000000",
|
||||||
|
|
Loading…
Reference in New Issue