On Fri, Mar 04, 2022 at 07:36:09PM +0000, Daniel P. Berrangé wrote: > This validates that connections to an NBD server running on a UNIX > socket can use TLS, and require a TLS hostname override to pass > certificate validation. > > Reviewed-by: Eric Blake <[email protected]> > Signed-off-by: Daniel P. Berrangé <[email protected]> > --- > tests/qemu-iotests/233 | 24 ++++++++++++++++++++++++ > tests/qemu-iotests/233.out | 15 +++++++++++++++ > 2 files changed, 39 insertions(+)
Rebase fail; but thankfully your earlier patch for regen made it an easy fix: diff --git i/tests/qemu-iotests/233.out w/tests/qemu-iotests/233.out index d79a9ed3467c..6e55be779946 100644 --- i/tests/qemu-iotests/233.out +++ w/tests/qemu-iotests/233.out @@ -78,6 +78,7 @@ file format: nbd virtual size: 64 MiB (67108864 bytes) disk size: unavailable exports available: 1 + export: '' size: 67108864 min block: 1 With that squashed in, Tested-by: Eric Blake <[email protected]> -- Eric Blake, Principal Software Engineer Red Hat, Inc. +1-919-301-3266 Virtualization: qemu.org | libvirt.org
