[PATCH 06/19] iotests: Check whether luks works

2020-06-25 Thread Max Reitz
Whenever running an iotest for the luks format, we should check whether luks actually really works. Tests that try to create luks-encrypted qcow2 images should do the same. Signed-off-by: Max Reitz --- tests/qemu-iotests/087| 1 + tests/qemu-iotests/178| 1 + tests/qemu-iotests/

Re: [PATCH 06/19] iotests: Check whether luks works

2020-06-29 Thread Maxim Levitsky
On Thu, 2020-06-25 at 14:55 +0200, Max Reitz wrote: > Whenever running an iotest for the luks format, we should check whether > luks actually really works. > > Tests that try to create luks-encrypted qcow2 images should do the same. > > Signed-off-by: Max Reitz > --- > tests/qemu-iotests/087

Re: [PATCH 06/19] iotests: Check whether luks works

2020-06-30 Thread Max Reitz
On 29.06.20 14:03, Maxim Levitsky wrote: > On Thu, 2020-06-25 at 14:55 +0200, Max Reitz wrote: >> Whenever running an iotest for the luks format, we should check whether >> luks actually really works. >> >> Tests that try to create luks-encrypted qcow2 images should do the same. >> >> Signed-off-by