Remove the encrypt.format option from the two blockdev-add test cases for encrypted qcow2 images in 087 to explicitly test that this parameter is now optional.
Signed-off-by: Max Reitz <[email protected]> --- tests/qemu-iotests/087 | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/qemu-iotests/087 b/tests/qemu-iotests/087 index 2561a14456..1eba457985 100755 --- a/tests/qemu-iotests/087 +++ b/tests/qemu-iotests/087 @@ -150,7 +150,6 @@ run_qemu <<EOF "filename": "$TEST_IMG" }, "encrypt": { - "format": "aes", "key-secret": "sec0" } } @@ -183,7 +182,6 @@ run_qemu <<EOF "filename": "$TEST_IMG" }, "encrypt": { - "format": "luks", "key-secret": "sec0" } } -- 2.14.3
