Revision 320a5dae qa/qa_instance.py

b/qa/qa_instance.py
236 236
                  (constants.BE_ALWAYS_FAILOVER, constants.VALUE_TRUE)),
237 237
                 instance["name"]])
238 238

  
239
  AssertCommand(cmd, fail=True)
239
  AssertCommand(cmd)
240 240
  qa_utils.RunInstanceCheck(instance, True)
241
  AssertCommand(["gnt-instance", "migrate", "--force", "--allow-failover",
242
                 instance["name"]])
241
  # TODO: Verify that a failover has been done instead of a migration
243 242

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

Also available in: Unified diff