Re: [PATCH v2 29/31] iotests: Introduce qemu_nbd_list_log()

2020-09-25 Thread Max Reitz
On 24.09.20 17:27, Kevin Wolf wrote: > Add a function to list the NBD exports offered by an NBD server. > > Signed-off-by: Kevin Wolf > --- > tests/qemu-iotests/iotests.py | 13 - > 1 file changed, 12 insertions(+), 1 deletion(-) Reviewed-by: Max Reitz signature.asc Description:

[PATCH v2 29/31] iotests: Introduce qemu_nbd_list_log()

2020-09-24 Thread Kevin Wolf
Add a function to list the NBD exports offered by an NBD server. Signed-off-by: Kevin Wolf --- tests/qemu-iotests/iotests.py | 13 - 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/tests/qemu-iotests/iotests.py b/tests/qemu-iotests/iotests.py index 81edf8adbf..cb9f90f73