Re: [Qemu-devel] [PATCH 07/17] iotests: Forbid 020 for non-file protocols

2017-11-29 Thread Fam Zheng
On Thu, 11/23 03:08, Max Reitz wrote: > This test does funny things like TEST_IMG="TEST_IMG.base" _make_test_img > that usually only work with the file protocol. More specifically, they > do not work with the most interesting non-file protocols, so we might as > well skip this for anything but fil

[Qemu-devel] [PATCH 07/17] iotests: Forbid 020 for non-file protocols

2017-11-22 Thread Max Reitz
This test does funny things like TEST_IMG="TEST_IMG.base" _make_test_img that usually only work with the file protocol. More specifically, they do not work with the most interesting non-file protocols, so we might as well skip this for anything but file. Signed-off-by: Max Reitz --- tests/qemu-