summaryrefslogtreecommitdiff
path: root/tests/qemu-iotests/sample_images
diff options
context:
space:
mode:
authorFam Zheng <famz@redhat.com>2018-01-30 14:25:03 +0800
committerKevin Wolf <kwolf@redhat.com>2018-02-13 12:27:17 +0100
commit209c07dbec78b62d8cf688ae64099694c42c6067 (patch)
treef2c1831568b04913f2dccdae3477fb510a49efd3 /tests/qemu-iotests/sample_images
parentfb68096da3d35e64c88cd610c1fa42766c58e92a (diff)
downloadqemu-209c07dbec78b62d8cf688ae64099694c42c6067.tar.gz
iotests: Fix CID for VMDK afl image
This reverts commit 76bf133c4 which updated the reference output, and fixed the reference image, because the code path we want to exercise is actually the invalid image size. The descriptor block in the image, which includes the CID to verify, has been invalid since the reference image was added. Since commit 9877860e7bd we report this error earlier than the "file too large", so 059.out mismatches. The binary change is generated along the operations of: $ bunzip2 afl9.vmdk.bz2 $ qemu-img create -f vmdk fix.vmdk 1G $ dd if=afl9.vmdk of=fix.vmdk bs=512 count=1 conv=notrunc $ mv fix.vmdk afl9.vmdk $ bzip2 afl9.vmdk Signed-off-by: Fam Zheng <famz@redhat.com> Reviewed-by: Eric Blake <eblake@redhat.com> Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Diffstat (limited to 'tests/qemu-iotests/sample_images')
-rw-r--r--tests/qemu-iotests/sample_images/afl9.vmdk.bz2bin178 -> 618 bytes
1 files changed, 0 insertions, 0 deletions
diff --git a/tests/qemu-iotests/sample_images/afl9.vmdk.bz2 b/tests/qemu-iotests/sample_images/afl9.vmdk.bz2
index 03615d36a1..9fcd0af45a 100644
--- a/tests/qemu-iotests/sample_images/afl9.vmdk.bz2
+++ b/tests/qemu-iotests/sample_images/afl9.vmdk.bz2
Binary files differ