diff mbox series

[13/13] iotests: qcow2's encrypt.format is now optional

Message ID 20180509165530.29561-14-mreitz@redhat.com
State New
Headers show
Series block: Try to create well typed json:{} filenames | expand

Commit Message

Max Reitz May 9, 2018, 4:55 p.m. UTC
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 <mreitz@redhat.com>
---
 tests/qemu-iotests/087 | 2 --
 1 file changed, 2 deletions(-)
diff mbox series

Patch

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"
       }
     }