Revision 926feaf1 test/ganeti.backend_unittest.py

b/test/ganeti.backend_unittest.py
82 82

  
83 83
  def testMasterIPUnreachable(self):
84 84
    # Network 192.0.2.0/24 is reserved for test/documentation as per
85
    # RFC 5735
85
    # RFC 5737
86 86
    bad_data =  ("master.example.com", "192.0.2.1")
87 87
    # we just test that whatever TcpPing returns, VerifyNode returns too
88 88
    netutils.TcpPing = lambda a, b, source=None: False

Also available in: Unified diff