Re: [Qemu-devel] [PATCH v3 5/8] iotests: Let skip_if_unsupported() accept a method

2019-08-21 Thread Max Reitz
On 20.08.19 23:31, John Snow wrote: > > > On 8/19/19 4:18 PM, Max Reitz wrote: >> This lets tests use skip_if_unsupported() with a potentially variable >> list of required formats. >> >> Suggested-by: Kevin Wolf >> Signed-off-by: Max Reitz >> --- >> tests/qemu-iotests/iotests.py | 8 ++-- >

Re: [Qemu-devel] [PATCH v3 5/8] iotests: Let skip_if_unsupported() accept a method

2019-08-20 Thread John Snow
On 8/19/19 4:18 PM, Max Reitz wrote: > This lets tests use skip_if_unsupported() with a potentially variable > list of required formats. > > Suggested-by: Kevin Wolf > Signed-off-by: Max Reitz > --- > tests/qemu-iotests/iotests.py | 8 ++-- > 1 file changed, 6 insertions(+), 2 deletions(

[Qemu-devel] [PATCH v3 5/8] iotests: Let skip_if_unsupported() accept a method

2019-08-19 Thread Max Reitz
This lets tests use skip_if_unsupported() with a potentially variable list of required formats. Suggested-by: Kevin Wolf Signed-off-by: Max Reitz --- tests/qemu-iotests/iotests.py | 8 ++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/tests/qemu-iotests/iotests.py b/tests/q