[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>
- [PATCH 0/5] iotests: Some fixes for rarely run cases, Max Reitz, 2020/06/17
- [PATCH 2/5] iotests/041: Skip test_small_target for qed, Max Reitz, 2020/06/17
- [PATCH 1/5] iotests.py: Add skip_for_formats() decorator, Max Reitz, 2020/06/17
- Re: [PATCH 1/5] iotests.py: Add skip_for_formats() decorator,
Thomas Huth <=
- [PATCH 3/5] iotests/292: data_file is unsupported, Max Reitz, 2020/06/17
- [PATCH 4/5] iotests/229: data_file is unsupported, Max Reitz, 2020/06/17
- [PATCH 5/5] iotests/{190,291}: compat=0.10 is unsupported, Max Reitz, 2020/06/17
- Re: [PATCH 0/5] iotests: Some fixes for rarely run cases, no-reply, 2020/06/17
- Re: [PATCH 0/5] iotests: Some fixes for rarely run cases, Kevin Wolf, 2020/06/17