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

Method test_get_guest_if

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

Source from the content-addressed store, hash-verified

30 self.assertTrue(self.csaddress.needs_vrrp({"nw_type": "guest"}))
31
32 def test_get_guest_if(self):
33 self.assertTrue(self.csaddress.get_guest_if() is None)
34
35 def test_get_guest_ip(self):
36 self.assertTrue(self.csaddress.get_guest_ip() is None)

Callers

nothing calls this directly

Calls 2

assertTrueMethod · 0.80
get_guest_ifMethod · 0.80

Tested by

no test coverage detected