提交 363bb4b6 编写于 作者: Z zhencliu

Image creation may not be supported

  for nbd backend, we cannot create image by qemu-img
Signed-off-by: NZhenchao Liu <zhencliu@redhat.com>
上级 7127d053
......@@ -59,6 +59,9 @@ class BlockdevBaseTest(object):
if params.get("force_create_image") == "yes":
# vt takes care of the image creation
continue
elif params.get("image_create_support") == "no":
# image creation is not supported, e.g. nbd storage
continue
if params.get("random_cluster_size") == "yes":
blacklist = list(
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册