Revision 301c3bbb

b/qa/ganeti-qa.py
364 364
  @param inodes: current nodes of the instance
365 365

  
366 366
  """
367
  if qa_config.TestEnabled("instance-export"):
367
  # FIXME: export explicitly bails out on file based storage. other non-lvm
368
  # based storage types are untested, though. Also note that import could still
369
  # work, but is deeply embedded into the "export" case.
370
  if (qa_config.TestEnabled("instance-export") and
371
      instance.disk_template != constants.DT_FILE):
368 372
    RunTest(qa_instance.TestInstanceExportNoTarget, instance)
369 373

  
370 374
    pnode = inodes[0]

Also available in: Unified diff