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

Method setUpClass

tools/marvin/marvin/testSetupSuccess.py:38–45  ·  view source on GitHub ↗
(cls)

Source from the content-addressed store, hash-verified

36 """
37 @classmethod
38 def setUpClass(cls):
39 testClient = super(TestSetupSuccess, cls).getClsTestClient()
40 cls.apiClient = testClient.getApiClient()
41 cls.hypervisor = testClient.getHypervisorInfo()
42
43 zones = listZones.listZonesCmd()
44 cls.zones_list = cls.apiClient.listZones(zones)
45 cls.retry = 50
46
47 def test_systemVmReady(self):
48 """

Callers

nothing calls this directly

Calls 4

getClsTestClientMethod · 0.80
getApiClientMethod · 0.80
getHypervisorInfoMethod · 0.80
listZonesMethod · 0.65

Tested by

no test coverage detected