On Thu, Sep 11, 2025 at 04:29:22PM +0200, Thomas Huth wrote: > From: Thomas Huth <[email protected]> > > When running "./check -luks inactive-node-nbd", the test currently fails > because QEMU terminates immediately. The reason can be seen with the > "-p" parameter of the "check" script: > > qemu-system-x86_64: -blockdev > luks,file=disk-file,node-name=disk-fmt,active=off: > Parameter 'key-secret' is required for cipher > > Quoting Kevin: "The test case just isn't made for luks. iotests.py has > special code for luks in VM.add_drive(), but not in VM.add_blockdev()." > > Thus let's mark it as unsupported on luks to avoid the failure. > > Suggested-by: Kevin Wolf <[email protected]> > Signed-off-by: Thomas Huth <[email protected]> > --- > tests/qemu-iotests/tests/inactive-node-nbd | 1 + > 1 file changed, 1 insertion(+)
Reviewed-by: Daniel P. Berrangé <[email protected]> With regards, Daniel -- |: https://berrange.com -o- https://www.flickr.com/photos/dberrange :| |: https://libvirt.org -o- https://fstop138.berrange.com :| |: https://entangle-photo.org -o- https://www.instagram.com/dberrange :|
