@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)
| 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 | ''' |
no outgoing calls
no test coverage detected