diff options
author | Jeff Cody <jcody@redhat.com> | 2013-10-30 10:44:55 -0400 |
---|---|---|
committer | Stefan Hajnoczi <stefanha@redhat.com> | 2013-11-07 13:58:59 +0100 |
commit | 751aec24cdcd4359b5927df5cebfe6b8d3e74515 (patch) | |
tree | 3f5c13a352fe73545b54478a7d8cfa756efac8ae /tests/qemu-iotests/common | |
parent | 228b234dd73383408743d749d29a6c37e9d99981 (diff) | |
download | qemu-751aec24cdcd4359b5927df5cebfe6b8d3e74515.zip qemu-751aec24cdcd4359b5927df5cebfe6b8d3e74515.tar.gz qemu-751aec24cdcd4359b5927df5cebfe6b8d3e74515.tar.bz2 |
block: qemu-iotests for vhdx, add write test support
This removes the IMGFMT_GENERIC blocker for read-only, so existing
iotests run read/write tests for vhdx images created by qemu-img (e.g.
tests 001, 002, 003).
In addition, this updates the sample image test for the Hyper-V
created image, to verify we can write it as well.
Signed-off-by: Jeff Cody <jcody@redhat.com>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Diffstat (limited to 'tests/qemu-iotests/common')
-rw-r--r-- | tests/qemu-iotests/common | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/qemu-iotests/common b/tests/qemu-iotests/common index 2932e14..8cde7f1 100644 --- a/tests/qemu-iotests/common +++ b/tests/qemu-iotests/common @@ -200,7 +200,6 @@ testlist options -vhdx) IMGFMT=vhdx xpand=false - IMGFMT_GENERIC=false ;; -rbd) |