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

Method setClient

tools/marvin/marvin/deployDataCenter.py:861–866  ·  view source on GitHub ↗

@Name : setClient @Desc : Sets the API Client retrieved from test client

(self)

Source from the content-addressed store, hash-verified

859 return False
860
861 def setClient(self):
862 '''
863 @Name : setClient
864 @Desc : Sets the API Client retrieved from test client
865 '''
866 self.__apiClient = self.__testClient.getApiClient()
867
868 def updateConfiguration(self, globalCfg):
869 try:

Callers 1

deployMethod · 0.95

Calls 1

getApiClientMethod · 0.80

Tested by

no test coverage detected