Re: [Qemu-devel] [PATCH 7/7] iotests: Add test for image creation fallback

2019-07-16 Thread Eric Blake
On 7/15/19 4:48 AM, Max Reitz wrote: >>> + >>> +_supported_fmt raw >> >> Why is this stating "raw" here... >> >>> +_supported_proto nbd > > Because it’s an NBD test. > >>> +_supported_os Linux >>> + >>> + >>> +_make_test_img 64M > > Also, because I don‘t want this to create a qcow2 image. This

Re: [Qemu-devel] [PATCH 7/7] iotests: Add test for image creation fallback

2019-07-15 Thread Max Reitz
On 15.07.19 11:31, Thomas Huth wrote: > On 12/07/2019 19.36, Max Reitz wrote: >> Signed-off-by: Max Reitz >> --- >> tests/qemu-iotests/259 | 61 ++ >> tests/qemu-iotests/259.out | 14 + >> tests/qemu-iotests/group | 1 + >> 3 files changed, 76 in

Re: [Qemu-devel] [PATCH 7/7] iotests: Add test for image creation fallback

2019-07-15 Thread Thomas Huth
On 12/07/2019 19.36, Max Reitz wrote: > Signed-off-by: Max Reitz > --- > tests/qemu-iotests/259 | 61 ++ > tests/qemu-iotests/259.out | 14 + > tests/qemu-iotests/group | 1 + > 3 files changed, 76 insertions(+) > create mode 100755 tests/qemu-i

[Qemu-devel] [PATCH 7/7] iotests: Add test for image creation fallback

2019-07-12 Thread Max Reitz
Signed-off-by: Max Reitz --- tests/qemu-iotests/259 | 61 ++ tests/qemu-iotests/259.out | 14 + tests/qemu-iotests/group | 1 + 3 files changed, 76 insertions(+) create mode 100755 tests/qemu-iotests/259 create mode 100644 tests/qemu-iotests/25