diff options
author | Jeff Cody <jcody@redhat.com> | 2016-02-25 12:27:28 -0500 |
---|---|---|
committer | Kevin Wolf <kwolf@redhat.com> | 2016-03-14 16:46:42 +0100 |
commit | 798609bbe29df4edf4bbec46927fc12862b02378 (patch) | |
tree | e4a9d4ba06484d3f2a2b4b2a3720d8fca4378edb /tests/qemu-iotests/group | |
parent | c540d53ac849f385521acb7552ade4f6d3f55ca6 (diff) | |
download | qemu-798609bbe29df4edf4bbec46927fc12862b02378.zip qemu-798609bbe29df4edf4bbec46927fc12862b02378.tar.gz qemu-798609bbe29df4edf4bbec46927fc12862b02378.tar.bz2 |
block/vpc: tests for auto-detecting VPC and Hyper-V VHD images
This tests auto-detection, and overrides, of VHD image sizes created
by Virtual PC, Hyper-V, and Disk2vhd.
This adds three sample images:
hyperv2012r2-dynamic.vhd.bz2 - dynamic VHD image created with Hyper-V
virtualpc-dynamic.vhd.bz2 - dynamic VHD image created with Virtual PC
d2v-zerofilled.vhd.bz2 - dynamic VHD image created with Disk2vhd
Signed-off-by: Jeff Cody <jcody@redhat.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 47fd40c..1211149 100644 --- a/tests/qemu-iotests/group +++ b/tests/qemu-iotests/group @@ -148,3 +148,4 @@ 143 auto quick 144 rw auto quick 145 auto quick +146 auto quick |