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

Method getZoneForTests

tools/marvin/marvin/cloudstackTestClient.py:88–97  ·  view source on GitHub ↗

@Name : getZoneForTests @Desc : Provides the Zone against which Tests are to run If zone name provided to marvin plugin is none it will get it from Test Data Config File Even, if it is not available, return None @Output : Retu

(self)

Source from the content-addressed store, hash-verified

86 return copy.deepcopy(self.__parsedTestDataConfig)
87
88 def getZoneForTests(self):
89 '''
90 @Name : getZoneForTests
91 @Desc : Provides the Zone against which Tests are to run
92 If zone name provided to marvin plugin is none
93 it will get it from Test Data Config File
94 Even, if it is not available, return None
95 @Output : Returns the Zone Name
96 '''
97 return self.__zone
98
99 def getHypervisorInfo(self):
100 '''

Callers 15

setUpClassMethod · 0.80
setUpClassMethod · 0.80
setUpClassMethod · 0.80
setUpClassMethod · 0.80
setUpClassMethod · 0.80
setUpClassMethod · 0.80
setUpClassMethod · 0.80
setUpClassMethod · 0.80
setUpClassMethod · 0.80
setUpClassMethod · 0.80
setUpClassMethod · 0.80
setUpClassMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected