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

Method __setClient

tools/marvin/marvin/deployDataCenter.py:1065–1070  ·  view source on GitHub ↗

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

(self)

Source from the content-addressed store, hash-verified

1063 return cmd_obj
1064
1065 def __setClient(self):
1066 '''
1067 @Name : setClient
1068 @Desc : Sets the API Client retrieved from test client
1069 '''
1070 self.__apiClient = self.__testClient.getApiClient()
1071
1072 def __cleanEntries(self):
1073 '''

Callers 1

removeDataCenterMethod · 0.95

Calls 1

getApiClientMethod · 0.80

Tested by

no test coverage detected