test: modify debug flag
This commit is contained in:
parent
eba47b9ef4
commit
1e8ac7b06c
|
@ -13,12 +13,11 @@ from util.dnodes import *
|
||||||
|
|
||||||
class TDTestCase:
|
class TDTestCase:
|
||||||
hostname = socket.gethostname()
|
hostname = socket.gethostname()
|
||||||
#rpcDebugFlagVal = '143'
|
|
||||||
#clientCfgDict = {'serverPort': '', 'firstEp': '', 'secondEp':'', 'rpcDebugFlag':'135', 'fqdn':''}
|
clientCfgDict = {'qdebugflag':'143'}
|
||||||
#clientCfgDict["rpcDebugFlag"] = rpcDebugFlagVal
|
updatecfgDict = {'clientCfg': {}, 'qdebugflag':'143'}
|
||||||
#updatecfgDict = {'clientCfg': {}, 'serverPort': '', 'firstEp': '', 'secondEp':'', 'rpcDebugFlag':'135', 'fqdn':''}
|
updatecfgDict["clientCfg"] = clientCfgDict
|
||||||
#updatecfgDict["rpcDebugFlag"] = rpcDebugFlagVal
|
print ("===================: ", updatecfgDict)
|
||||||
#print ("===================: ", updatecfgDict)
|
|
||||||
|
|
||||||
def init(self, conn, logSql):
|
def init(self, conn, logSql):
|
||||||
tdLog.debug(f"start to excute {__file__}")
|
tdLog.debug(f"start to excute {__file__}")
|
||||||
|
|
Loading…
Reference in New Issue