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

Method test_get_guest_ip

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

Source from the content-addressed store, hash-verified

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)
37
38 def test_get_guest_netmask(self):
39 self.assertTrue(self.csaddress.get_guest_netmask() == "255.255.255.0")

Callers

nothing calls this directly

Calls 2

assertTrueMethod · 0.80
get_guest_ipMethod · 0.80

Tested by

no test coverage detected