diff options
author | Stefan Hajnoczi <stefanha@linux.vnet.ibm.com> | 2012-06-14 13:58:18 +0100 |
---|---|---|
committer | Kevin Wolf <kwolf@redhat.com> | 2012-06-15 14:03:44 +0200 |
commit | d551cd50a43b9998c7aa562db7c567f557fb58fd (patch) | |
tree | 650bd0a224cb1de9fc7c917b7bd7a5145e8dc2ad /tests/qemu-iotests/group | |
parent | 1b2eff62fcd5c68607a239a89b1389da3db2a540 (diff) |
qemu-iotests: add 036 autoclear feature bit test
This new test validates the autoclear feature bit behavior. When QEMU
opens a qcow2v3 image file with an unknown autoclear feature bit the bit
should be cleared in the image file header.
Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
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 14230cea11..7a2c92b6e9 100644 --- a/tests/qemu-iotests/group +++ b/tests/qemu-iotests/group @@ -42,5 +42,6 @@ 033 rw auto 034 rw auto backing 035 rw auto quick +036 rw auto quick 037 rw auto backing 038 rw auto backing |