Revision dfe11bad qa/qa_instance.py

b/qa/qa_instance.py
301 301

  
302 302
def TestInstanceMasterDiskFailure(instance, node, node2):
303 303
  """Testing disk failure on master node."""
304
  qa_utils.PrintError("Disk failure on primary node cannot be "
305
                      "tested due to potential crashes.")
304
  print qa_utils.FormatError("Disk failure on primary node cannot be "
305
                             "tested due to potential crashes.")
306 306
  # The following can cause crashes, thus it's disabled until fixed
307
  return _TestInstanceDiskFailure(instance, node, node2, True)
307
  #return _TestInstanceDiskFailure(instance, node, node2, True)
308 308

  
309 309

  
310 310
def TestInstanceSecondaryDiskFailure(instance, node, node2):

Also available in: Unified diff