diff options
author | Fam Zheng <famz@redhat.com> | 2013-05-07 19:13:03 +0800 |
---|---|---|
committer | Kevin Wolf <kwolf@redhat.com> | 2013-05-08 15:28:49 +0200 |
commit | 1afe2726632a3344b92757bacdff57df49ef43e1 (patch) | |
tree | 05bbd96d33db475e710b5c7e452aee3f6a9b2989 /tests/qemu-iotests/042 | |
parent | 948eaed171e0dac541a59b42867f80881399bbd0 (diff) | |
download | qemu-1afe2726632a3344b92757bacdff57df49ef43e1.zip qemu-1afe2726632a3344b92757bacdff57df49ef43e1.tar.gz qemu-1afe2726632a3344b92757bacdff57df49ef43e1.tar.bz2 |
qemu-iotests: exclude vmdk for test 042
Zero sized disk is not supported by qemu vmdk driver, exclude vmdk from
the test script.
As tested on vmware-vdiskmanager and vmware workstation, zero sized disk
is not supported by vmware, either.
Signed-off-by: Fam Zheng <famz@redhat.com>
Reviewed-by: Jeff Cody <jcody@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Diffstat (limited to 'tests/qemu-iotests/042')
-rwxr-xr-x | tests/qemu-iotests/042 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/qemu-iotests/042 b/tests/qemu-iotests/042 index c3c3ca8..16b2fdb 100755 --- a/tests/qemu-iotests/042 +++ b/tests/qemu-iotests/042 @@ -38,7 +38,7 @@ trap "_cleanup; exit \$status" 0 1 2 3 15 . ./common.rc . ./common.filter -_supported_fmt qcow2 qcow qed vmdk +_supported_fmt qcow2 qcow qed _supported_proto file _supported_os Linux |