Revision 926feaf1 test/ganeti.netutils_unittest.py

b/test/ganeti.netutils_unittest.py
335 335
    """check that I don't own an address"""
336 336

  
337 337
    # Network 192.0.2.0/24 is reserved for test/documentation as per
338
    # RFC 5735, so we *should* not have an address of this range... if
338
    # RFC 5737, so we *should* not have an address of this range... if
339 339
    # this fails, we should extend the test to multiple addresses
340 340
    DST_IP = "192.0.2.1"
341 341
    self.failIf(netutils.OwnIpAddress(DST_IP),

Also available in: Unified diff