Re: [PATCH v2 04/17] iotests.py: rewrite default luks support in qemu_img

2021-09-14 Thread Hanna Reitz
On 14.09.21 09:44, Vladimir Sementsov-Ogievskiy wrote: 13.09.2021 14:16, Hanna Reitz wrote: On 20.07.21 13:38, Vladimir Sementsov-Ogievskiy wrote: Move the logic to more generic qemu_img_pipe_and_status(). Also behave better when we have several -o options. And reuse argument parser of course.

Re: [PATCH v2 04/17] iotests.py: rewrite default luks support in qemu_img

2021-09-14 Thread Vladimir Sementsov-Ogievskiy
13.09.2021 14:16, Hanna Reitz wrote: On 20.07.21 13:38, Vladimir Sementsov-Ogievskiy wrote: Move the logic to more generic qemu_img_pipe_and_status(). Also behave better when we have several -o options. And reuse argument parser of course. Signed-off-by: Vladimir Sementsov-Ogievskiy ---   test

Re: [PATCH v2 04/17] iotests.py: rewrite default luks support in qemu_img

2021-09-13 Thread Vladimir Sementsov-Ogievskiy
13.09.2021 14:16, Hanna Reitz wrote: On 20.07.21 13:38, Vladimir Sementsov-Ogievskiy wrote: Move the logic to more generic qemu_img_pipe_and_status(). Also behave better when we have several -o options. And reuse argument parser of course. Signed-off-by: Vladimir Sementsov-Ogievskiy ---   test

Re: [PATCH v2 04/17] iotests.py: rewrite default luks support in qemu_img

2021-09-13 Thread Hanna Reitz
On 20.07.21 13:38, Vladimir Sementsov-Ogievskiy wrote: Move the logic to more generic qemu_img_pipe_and_status(). Also behave better when we have several -o options. And reuse argument parser of course. Signed-off-by: Vladimir Sementsov-Ogievskiy --- tests/qemu-iotests/iotests.py | 36 +++

[PATCH v2 04/17] iotests.py: rewrite default luks support in qemu_img

2021-07-20 Thread Vladimir Sementsov-Ogievskiy
Move the logic to more generic qemu_img_pipe_and_status(). Also behave better when we have several -o options. And reuse argument parser of course. Signed-off-by: Vladimir Sementsov-Ogievskiy --- tests/qemu-iotests/iotests.py | 36 +-- 1 file changed, 17 insertion