5import isystem.connect
as ic
11def test_setDebugModeOn():
12 connMgr = ic.ConnectionMgr()
13 connMgr.connect(ic.CConnectionConfig().instanceId(winidea_id))
15 tcCtrl = ic.CTestCaseController(connMgr,
"targetInit",
"")
18 tcCtrl.setDebugModeOn()
23if __name__ ==
"__main__":