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/sample_images | |
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/sample_images')
-rw-r--r-- | tests/qemu-iotests/sample_images/d2v-zerofilled.vhd.bz2 | bin | 0 -> 1021 bytes |
-rw-r--r-- | tests/qemu-iotests/sample_images/hyperv2012r2-dynamic.vhd.bz2 | bin | 0 -> 214 bytes |
-rw-r--r-- | tests/qemu-iotests/sample_images/virtualpc-dynamic.vhd.bz2 | bin | 0 -> 212 bytes |
3 files changed, 0 insertions, 0 deletions
diff --git a/tests/qemu-iotests/sample_images/d2v-zerofilled.vhd.bz2 b/tests/qemu-iotests/sample_images/d2v-zerofilled.vhd.bz2 Binary files differnew file mode 100644 index 0000000..f12cb92 --- /dev/null +++ b/tests/qemu-iotests/sample_images/d2v-zerofilled.vhd.bz2 diff --git a/tests/qemu-iotests/sample_images/hyperv2012r2-dynamic.vhd.bz2 b/tests/qemu-iotests/sample_images/hyperv2012r2-dynamic.vhd.bz2 Binary files differnew file mode 100644 index 0000000..bfeccf7 --- /dev/null +++ b/tests/qemu-iotests/sample_images/hyperv2012r2-dynamic.vhd.bz2 diff --git a/tests/qemu-iotests/sample_images/virtualpc-dynamic.vhd.bz2 b/tests/qemu-iotests/sample_images/virtualpc-dynamic.vhd.bz2 Binary files differnew file mode 100644 index 0000000..783be3c --- /dev/null +++ b/tests/qemu-iotests/sample_images/virtualpc-dynamic.vhd.bz2 |