cloudstack/tools/testClient/TestCaseExecuteEngine.py

5 lines
188 B
Python

class TestCaseExecuteEngine(object):
def __init__(self, deployCfgFile, testCaseFolder):
self.depolyCfgFile = deployCfgFile
self.testCaseFolder = testCaseFolder