]> git.ipfire.org Git - thirdparty/qemu.git/commit
iotests/279: Fix for non-qcow2 formats
authorMax Reitz <mreitz@redhat.com>
Thu, 19 Dec 2019 14:42:43 +0000 (15:42 +0100)
committerMax Reitz <mreitz@redhat.com>
Thu, 20 Feb 2020 15:43:42 +0000 (16:43 +0100)
commitb7e9eae98c160f3e7eb9ffbedba8821e358d963c
tree53d8f7009c0ccf948ebe1868397e65c7e7a1cbf5
parent4bc267a7c7cf204b05d3d1f01625691540a7b965
iotests/279: Fix for non-qcow2 formats

First, driver=qcow2 will not work so well with non-qcow2 formats (and
this test claims to support qcow, qed, and vmdk).

Second, vmdk will always report the backing file format to be vmdk.
Filter that out so the output looks like for all other formats.

Third, the flat vmdk subformats do not support backing files, so they
will not work with this test.

Signed-off-by: Max Reitz <mreitz@redhat.com>
Message-Id: <20191219144243.1763246-1-mreitz@redhat.com>
Tested-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: Max Reitz <mreitz@redhat.com>
tests/qemu-iotests/279