MCPcopy Create free account
hub / github.com/apache/cloudstack / getResultFile

Method getResultFile

tools/marvin/marvin/marvinInit.py:92–102  ·  view source on GitHub ↗

@Name : getDebugFile @Desc : Creates the result file at a given path. @Output : Returns the Result file to be used for writing test outputs

(self)

Source from the content-addressed store, hash-verified

90 return self.__tcRunLogger
91
92 def getResultFile(self):
93 '''
94 @Name : getDebugFile
95 @Desc : Creates the result file at a given path.
96 @Output : Returns the Result file to be used for writing
97 test outputs
98 '''
99 if self.__logFolderPath is not None:
100 self.__tcResultFile = open(self.__logFolderPath +
101 "/results.txt", "w")
102 return self.__tcResultFile
103
104 def __setHypervisorAndZoneInfo(self):
105 '''

Callers 2

start_marvinMethod · 0.95
startMarvinMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected