Revision 4256f8fe test/py/cmdlib/cluster_unittest.py

b/test/py/cmdlib/cluster_unittest.py
262 262

  
263 263
class TestLUClusterRename(CmdlibTestCase):
264 264
  NEW_NAME = "new-name.example.com"
265
  NEW_IP = "203.0.113.1"
265
  NEW_IP = "203.0.113.100"
266 266

  
267 267
  def testNoChanges(self):
268 268
    op = opcodes.OpClusterRename(name=self.cfg.GetClusterName())

Also available in: Unified diff