]> git.proxmox.com Git - qemu.git/commit
qemu-iotests: Fix test 031 for qcow2 v3 support
authorKevin Wolf <kwolf@redhat.com>
Thu, 12 Apr 2012 15:21:44 +0000 (17:21 +0200)
committerKevin Wolf <kwolf@redhat.com>
Fri, 20 Apr 2012 13:57:30 +0000 (15:57 +0200)
commit1042ec94b19e0bfaae74c912ebbdfdbff8dd7db2
treec95feb530ce051affd4c98e589b3b2e9fe3cafaf
parent8900436891cd8955b0795945aa020c04eaa0e5d2
qemu-iotests: Fix test 031 for qcow2 v3 support

qcow2.py must be updated to work with version 3 images at all, the
output has changed since the feature table extension has been added, and
version 2 and version 3 images can't possibly have the same test output.

Change the test case to completely ignore IMGOPTS and run the test for
both compat=1.1 and compat=0.10 regardless of the ./check command line.

Signed-off-by: Kevin Wolf <kwolf@redhat.com>
tests/qemu-iotests/031
tests/qemu-iotests/031.out
tests/qemu-iotests/qcow2.py