Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-04-20 | qemu-iotests: Fix test 031 for qcow2 v3 support | Kevin Wolf | |
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> | |||
2012-04-05 | qemu-iotests: Test unknown qcow2 header extensions | Kevin Wolf | |
The immportant thing here is that header extensions don't get silently dropped when the header is rewritten, e.g. during a rebase. Signed-off-by: Kevin Wolf <kwolf@redhat.com> |