block/vpc: tests for auto-detecting VPC and Hyper-V VHD images
commit798609bbe29df4edf4bbec46927fc12862b02378
authorJeff Cody <jcody@redhat.com>
Thu, 25 Feb 2016 17:27:28 +0000 (25 12:27 -0500)
committerKevin Wolf <kwolf@redhat.com>
Mon, 14 Mar 2016 15:46:42 +0000 (14 16:46 +0100)
treee4a9d4ba06484d3f2a2b4b2a3720d8fca4378edb
parentc540d53ac849f385521acb7552ade4f6d3f55ca6
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>
tests/qemu-iotests/146 [new file with mode: 0755]
tests/qemu-iotests/146.out [new file with mode: 0644]
tests/qemu-iotests/group
tests/qemu-iotests/sample_images/d2v-zerofilled.vhd.bz2 [new file with mode: 0644]
tests/qemu-iotests/sample_images/hyperv2012r2-dynamic.vhd.bz2 [new file with mode: 0644]
tests/qemu-iotests/sample_images/virtualpc-dynamic.vhd.bz2 [new file with mode: 0644]