]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
virstoragetest: Add qcow2 bitmaps to some images
authorPeter Krempa <pkrempa@redhat.com>
Thu, 29 May 2025 08:31:46 +0000 (10:31 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Tue, 3 Jun 2025 11:11:03 +0000 (13:11 +0200)
Add change block tracking bitmaps to some of the qcow2 images, to ensure
that they work with our qcow2 header parser even when we don't parse
them ourselves.

The existing images were modified by running:

 $ qemu-img bitmap --add qcow2_qcow2-qcow2_qcow2-auto.qcow2 testbitmap
 $ qemu-img bitmap --add qcow2datafile-datafile.qcow2 testbitmap
 $ qemu-img bitmap --add datafile.qcow2 testbitmap

in tests/virstoragetestdata/images/.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
tests/virstoragetestdata/images/datafile.qcow2
tests/virstoragetestdata/images/qcow2_qcow2-qcow2_qcow2-auto.qcow2
tests/virstoragetestdata/images/qcow2datafile-datafile.qcow2

index 32f3acff8600b169311c9a9ea17c2b12f3450e0c..5a8bf617ab622a21e236b2fd12a2fe302b7f4657 100644 (file)
Binary files a/tests/virstoragetestdata/images/datafile.qcow2 and b/tests/virstoragetestdata/images/datafile.qcow2 differ
index 8b9c3cedeacf4aef8c7645314ecb68c992d4b51d..44e175552f172244dc82392c07fa17a12d1197cf 100644 (file)
Binary files a/tests/virstoragetestdata/images/qcow2_qcow2-qcow2_qcow2-auto.qcow2 and b/tests/virstoragetestdata/images/qcow2_qcow2-qcow2_qcow2-auto.qcow2 differ
index 1fce3ffbdf44f2c236ba8b455fb2cbe8f55f829b..2310e3fb67ca5e6945888f4272d184ce322a5304 100644 (file)
Binary files a/tests/virstoragetestdata/images/qcow2datafile-datafile.qcow2 and b/tests/virstoragetestdata/images/qcow2datafile-datafile.qcow2 differ