mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
5 lines
188 B
Python
5 lines
188 B
Python
class TestCaseExecuteEngine(object):
|
|
def __init__(self, deployCfgFile, testCaseFolder):
|
|
self.depolyCfgFile = deployCfgFile
|
|
self.testCaseFolder = testCaseFolder
|
|
|