Skip to content
Snippets Groups Projects
Commit 301c3bbb authored by Guido Trotter's avatar Guido Trotter
Browse files

qa: skip gnt-backup for file instances


Note that this fixes the "current issue" but doesn't fix the underlying
problem. :/

Signed-off-by: default avatarGuido Trotter <ultrotter@google.com>
Reviewed-by: default avatarMichele Tartara <mtartara@google.com>
parent 049a6c6b
No related branches found
No related tags found
No related merge requests found
......@@ -364,7 +364,11 @@ def RunExportImportTests(instance, inodes):
@param inodes: current nodes of the instance
"""
if qa_config.TestEnabled("instance-export"):
# FIXME: export explicitly bails out on file based storage. other non-lvm
# based storage types are untested, though. Also note that import could still
# work, but is deeply embedded into the "export" case.
if (qa_config.TestEnabled("instance-export") and
instance.disk_template != constants.DT_FILE):
RunTest(qa_instance.TestInstanceExportNoTarget, instance)
pnode = inodes[0]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment