提交 e33d5ea8 编写于 作者: L Lucas Meneghel Rodrigues

kvm: qemu_img - Fix commit test

Signed-off-by: NLucas Meneghel Rodrigues <lmr@redhat.com>
上级 a8eef6cb
......@@ -258,6 +258,7 @@ def run_qemu_img(test, params, env):
logging.info("Commit testing started!")
image_name = params.get("image_name", "image")
image_name = os.path.join(data_dir.get_data_dir(), image_name)
image_format = params.get("image_format", "qcow2")
backing_file_name = "%s_bak" % (image_name)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册