On 2017-05-09 19:33, Daniel P. Berrange wrote: > While the qemu-img dd command does accept --image-opts > this is not sufficient to make it work with the LUKS > image yet. This is because bdrv_create() still always > requires the non-image-opts syntax. > > Thus we must skip 159/170 with luks for now > > Reviewed-by: Eric Blake > Signed-off-by: Daniel P. Berrange > --- > tests/qemu-iotests/159 | 1 + > tests/qemu-iotests/170 | 1 + > 2 files changed, 2 insertions(+) Reviewed-by: Max Reitz