(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) |
| 37 | |
| 38 | def test_get_guest_netmask(self): |
| 39 | self.assertTrue(self.csaddress.get_guest_netmask() == "255.255.255.0") |
nothing calls this directly
no test coverage detected