Revision b5f0b5cc qa/qa_instance.py

b/qa/qa_instance.py
275 275
                  (constants.BE_ALWAYS_FAILOVER, constants.VALUE_TRUE)),
276 276
                 instance["name"]])
277 277

  
278
  AssertCommand(cmd, fail=True)
278
  AssertCommand(cmd)
279 279
  qa_utils.RunInstanceCheck(instance, True)
280
  AssertCommand(["gnt-instance", "migrate", "--force", "--allow-failover",
281
                 instance["name"]])
280
  # TODO: Verify that a failover has been done instead of a migration
282 281

  
283 282
  # TODO: Verify whether the default value is restored here (not hardcoded)
284 283
  AssertCommand(["gnt-instance", "modify", "-B",

Also available in: Unified diff