mirror of https://github.com/apache/cloudstack.git
fix typo
This commit is contained in:
parent
1bc7631bf2
commit
8fc6e18f46
|
|
@ -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()
|
||||
Loading…
Reference in New Issue