block: add support for --image-opts in block I/O tests
Currently all block tests use the traditional syntax for images just specifying a filename. To support the LUKS driver without resorting to JSON, the tests need to be able to use the new --image-opts argument to qemu-img and qemu-io. This introduces a new env variable IMGOPTSSYNTAX. If this is set to 'true', then qemu-img/qemu-io should use --image-opts. Signed-off-by:Daniel P. Berrange <berrange@redhat.com> Message-id: 1462896689-18450-2-git-send-email-berrange@redhat.com Signed-off-by:
Max Reitz <mreitz@redhat.com>
Showing
- tests/qemu-iotests/039.out 10 additions, 10 deletionstests/qemu-iotests/039.out
- tests/qemu-iotests/061.out 4 additions, 4 deletionstests/qemu-iotests/061.out
- tests/qemu-iotests/137.out 2 additions, 2 deletionstests/qemu-iotests/137.out
- tests/qemu-iotests/common 6 additions, 1 deletiontests/qemu-iotests/common
- tests/qemu-iotests/common.config 13 additions, 2 deletionstests/qemu-iotests/common.config
- tests/qemu-iotests/common.rc 42 additions, 15 deletionstests/qemu-iotests/common.rc
Loading
Please register or sign in to comment