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

Method setUp

systemvm/test/TestCsAddress.py:25–27  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

23class TestCsAddress(unittest.TestCase):
24
25 def setUp(self):
26 merge.DataBag.DPATH = "."
27 self.csaddress = CsAddress("ips", {})
28
29 def test_needs_vrrp(self):
30 self.assertTrue(self.csaddress.needs_vrrp({"nw_type": "guest"}))

Callers

nothing calls this directly

Calls 1

CsAddressClass · 0.90

Tested by

no test coverage detected