diff --git a/tools/testClient/deployAndRun.py b/tools/testClient/deployAndRun.py index 84ed2662a9a..f1bda61bdfc 100644 --- a/tools/testClient/deployAndRun.py +++ b/tools/testClient/deployAndRun.py @@ -22,7 +22,7 @@ if __name__ == "__main__": if options.testcaselog is not None: testCaseLogFile = options.testcaselog deploy = deployDataCenter.deployDataCenters(options.config) - deploy.loadCfg() + deploy.deploy() testcaseEngine = TestCaseExecuteEngine.TestCaseExecuteEngine(deploy.testClient, options.testCaseFolder, testCaseLogFile, testResultLogFile) testcaseEngine.run() \ No newline at end of file