diff options
author | Kevin Wolf <kwolf@redhat.com> | 2012-02-16 16:55:01 +0100 |
---|---|---|
committer | Kevin Wolf <kwolf@redhat.com> | 2012-04-05 14:54:41 +0200 |
commit | f394f1feb921d5a4b278e7ac95bdaa49e34a52f2 (patch) | |
tree | b1efa880b5c8bb66f937c29baf99e150b1e4fccb /tests/qemu-iotests/group | |
parent | 6e19b3c4e0b40b08ccb550a0c0a65798f3a17ac8 (diff) | |
download | qemu-f394f1feb921d5a4b278e7ac95bdaa49e34a52f2.zip qemu-f394f1feb921d5a4b278e7ac95bdaa49e34a52f2.tar.gz qemu-f394f1feb921d5a4b278e7ac95bdaa49e34a52f2.tar.bz2 |
qemu-iotests: Test unknown qcow2 header extensions
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>
Diffstat (limited to 'tests/qemu-iotests/group')
-rw-r--r-- | tests/qemu-iotests/group | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/qemu-iotests/group b/tests/qemu-iotests/group index b549f10..1742ede 100644 --- a/tests/qemu-iotests/group +++ b/tests/qemu-iotests/group @@ -37,3 +37,4 @@ 028 rw backing auto 029 rw auto quick 030 rw auto +031 rw auto quick |