From 8fc6e18f464e9934f0b5f43bc41011379a8a2e13 Mon Sep 17 00:00:00 2001 From: Edison Su Date: Tue, 16 Aug 2011 02:24:04 -0700 Subject: [PATCH] fix typo --- tools/testClient/deployAndRun.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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