Re: [PATCH 03/14] iotests: add qemu_img_info()

2022-03-17 Thread John Snow
On Thu, Mar 17, 2022, 7:09 AM Hanna Reitz wrote: > On 09.03.22 04:53, John Snow wrote: > > Add qemu_img_info() by analogy with qemu_img_measure() and > > qemu_img_check(). Modify image_size() to use this function instead to > > take advantage of the better diagnostic information on failure

Re: [PATCH 03/14] iotests: add qemu_img_info()

2022-03-17 Thread Hanna Reitz
On 09.03.22 04:53, John Snow wrote: Add qemu_img_info() by analogy with qemu_img_measure() and qemu_img_check(). Modify image_size() to use this function instead to take advantage of the better diagnostic information on failure provided (ultimately) by qemu_img(). Signed-off-by: John Snow ---

[PATCH 03/14] iotests: add qemu_img_info()

2022-03-08 Thread John Snow
Add qemu_img_info() by analogy with qemu_img_measure() and qemu_img_check(). Modify image_size() to use this function instead to take advantage of the better diagnostic information on failure provided (ultimately) by qemu_img(). Signed-off-by: John Snow --- tests/qemu-iotests/065| 5