support telemetryReport in all tests.
This commit is contained in:
parent
d9c8642df9
commit
3c4e3322bb
|
@ -39,6 +39,7 @@ class TDSimClient:
|
||||||
"udebugFlag": "135",
|
"udebugFlag": "135",
|
||||||
"jnidebugFlag": "135",
|
"jnidebugFlag": "135",
|
||||||
"qdebugFlag": "135",
|
"qdebugFlag": "135",
|
||||||
|
"telemetryReporting": "0",
|
||||||
}
|
}
|
||||||
def init(self, path):
|
def init(self, path):
|
||||||
self.__init__()
|
self.__init__()
|
||||||
|
|
|
@ -36,6 +36,7 @@ class TDSimClient:
|
||||||
"udebugFlag": "135",
|
"udebugFlag": "135",
|
||||||
"jnidebugFlag": "135",
|
"jnidebugFlag": "135",
|
||||||
"qdebugFlag": "135",
|
"qdebugFlag": "135",
|
||||||
|
"telemetryReporting": "0",
|
||||||
}
|
}
|
||||||
|
|
||||||
def init(self, path):
|
def init(self, path):
|
||||||
|
|
|
@ -36,6 +36,7 @@ class TDSimClient:
|
||||||
"udebugFlag": "135",
|
"udebugFlag": "135",
|
||||||
"jnidebugFlag": "135",
|
"jnidebugFlag": "135",
|
||||||
"qdebugFlag": "135",
|
"qdebugFlag": "135",
|
||||||
|
"telemetryReporting": "0",
|
||||||
}
|
}
|
||||||
|
|
||||||
def init(self, path):
|
def init(self, path):
|
||||||
|
|
Loading…
Reference in New Issue