Re: [Qemu-block] [PATCH v2 09/16] qemu-iotests: iotests.py helper for non-file protocols

2018-05-30 Thread Max Reitz
On 2018-05-29 22:39, Kevin Wolf wrote: > This adds two helper functions that are useful for test cases that make > use of a non-file protocol (specifically ssh). > > Signed-off-by: Kevin Wolf > --- > tests/qemu-iotests/iotests.py | 17 + > 1 file changed, 17 insertions(+)

Re: [Qemu-block] [PATCH v2 09/16] qemu-iotests: iotests.py helper for non-file protocols

2018-05-29 Thread Jeff Cody
On Tue, May 29, 2018 at 10:39:03PM +0200, Kevin Wolf wrote: > This adds two helper functions that are useful for test cases that make > use of a non-file protocol (specifically ssh). > > Signed-off-by: Kevin Wolf Reviewed-by: Jeff Cody > --- > tests/qemu-iotests/iotests.py | 17

[Qemu-block] [PATCH v2 09/16] qemu-iotests: iotests.py helper for non-file protocols

2018-05-29 Thread Kevin Wolf
This adds two helper functions that are useful for test cases that make use of a non-file protocol (specifically ssh). Signed-off-by: Kevin Wolf --- tests/qemu-iotests/iotests.py | 17 + 1 file changed, 17 insertions(+) diff --git a/tests/qemu-iotests/iotests.py