qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 1/5] iotests.py: Add skip_for_formats() decorator


From: Thomas Huth
Subject: Re: [PATCH 1/5] iotests.py: Add skip_for_formats() decorator
Date: Wed, 17 Jun 2020 13:37:47 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.9.0

On 17/06/2020 12.48, Max Reitz wrote:
> Sometimes, we want to skip some test methods for certain formats.  This
> decorator allows that.
> 
> Signed-off-by: Max Reitz <mreitz@redhat.com>
> ---
>  tests/qemu-iotests/118        |  7 +++----
>  tests/qemu-iotests/iotests.py | 13 +++++++++++++
>  2 files changed, 16 insertions(+), 4 deletions(-)

Tested with:

 for i in raw bochs cloop parallels qcow qcow2 qed vdi vpc vhdx \
  vmdk luks dmg ; do ./check -makecheck -$i 118 ; done

Works fine for me, so:

Tested-by: Thomas Huth <thuth@redhat.com>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]