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

Method test_init

systemvm/test/TestCsGuestNetwork.py:29–31  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

27 merge.DataBag.DPATH = "."
28
29 def test_init(self):
30 csguestnetwork = CsGuestNetwork({}, {})
31 self.assertTrue(csguestnetwork is not None)
32
33 def test_get_dns(self):
34 csguestnetwork = CsGuestNetwork({}, CsConfig())

Callers

nothing calls this directly

Calls 2

CsGuestNetworkClass · 0.90
assertTrueMethod · 0.80

Tested by

no test coverage detected