(self)
| 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) |
nothing calls this directly
no test coverage detected