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

Method getApiClient

tools/marvin/marvin/cloudstackTestClient.py:432–436  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

430 return self.__configObj
431
432 def getApiClient(self):
433 if self.__apiClient:
434 self.__apiClient.id = self.identifier
435 return self.__apiClient
436 return None
437
438 def getUserApiClient(self, UserName=None, DomainName=None, type=0):
439 """

Callers 15

setUpClassMethod · 0.80
setClientMethod · 0.80
__setClientMethod · 0.80
setUpClassMethod · 0.80
setUpMethod · 0.80
setUpMethod · 0.80
setUpClassMethod · 0.80
tearDownClassMethod · 0.80
setUpMethod · 0.80
setUpClassMethod · 0.80
setUpClassMethod · 0.80
setUpMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected