diff mbox

[2/3] qemu-iotests: exclude vmdk from 043

Message ID 1367925185-12988-3-git-send-email-famz@redhat.com
State New
Headers show

Commit Message

Fam Zheng May 7, 2013, 11:13 a.m. UTC
043 tests recursive backing file by changing backing file. VMDK has not
implemented this yet.
Signed-off-by: Fam Zheng <famz@redhat.com>
---
 tests/qemu-iotests/043 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Jeff Cody May 7, 2013, 6:13 p.m. UTC | #1
On Tue, May 07, 2013 at 07:13:04PM +0800, Fam Zheng wrote:
> 043 tests recursive backing file by changing backing file. VMDK has not
> implemented this yet.
> Signed-off-by: Fam Zheng <famz@redhat.com>
> ---
>  tests/qemu-iotests/043 | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/tests/qemu-iotests/043 b/tests/qemu-iotests/043
> index 3ba08dc..dd06c37 100755
> --- a/tests/qemu-iotests/043
> +++ b/tests/qemu-iotests/043
> @@ -40,7 +40,7 @@ trap "_cleanup; exit \$status" 0 1 2 3 15
>  . ./common.filter
>  
>  # Any format supporting backing files
> -_supported_fmt qcow qcow2 vmdk qed
> +_supported_fmt qcow qcow2 qed
>  _supported_proto generic
>  _supported_os Linux
>  
> -- 
> 1.8.1.4
> 
> 

Reviewed-by: Jeff Cody <jcody@redhat.com>
diff mbox

Patch

diff --git a/tests/qemu-iotests/043 b/tests/qemu-iotests/043
index 3ba08dc..dd06c37 100755
--- a/tests/qemu-iotests/043
+++ b/tests/qemu-iotests/043
@@ -40,7 +40,7 @@  trap "_cleanup; exit \$status" 0 1 2 3 15
 . ./common.filter
 
 # Any format supporting backing files
-_supported_fmt qcow qcow2 vmdk qed
+_supported_fmt qcow qcow2 qed
 _supported_proto generic
 _supported_os Linux