Re: [Qemu-devel] [PATCH v3 14/18] qcow2: add iotests to cover LUKS encryption support

2017-02-08 Thread Max Reitz
On 26.01.2017 11:18, Daniel P. Berrange wrote: > This extends the 087 iotest to cover LUKS encryption when doing > blockdev-add. > > Two further tests are added to validate read/write of LUKS > encrypted images with a single file and with a backing file. > > Signed-off-by: Daniel P. Berrange > -

[Qemu-devel] [PATCH v3 14/18] qcow2: add iotests to cover LUKS encryption support

2017-01-26 Thread Daniel P. Berrange
This extends the 087 iotest to cover LUKS encryption when doing blockdev-add. Two further tests are added to validate read/write of LUKS encrypted images with a single file and with a backing file. Signed-off-by: Daniel P. Berrange --- tests/qemu-iotests/087 | 32 - tests/qe