qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 13/13] iotests: qcow2's encrypt.format is now option


From: Max Reitz
Subject: [Qemu-devel] [PATCH 13/13] iotests: qcow2's encrypt.format is now optional
Date: Wed, 9 May 2018 18:55:30 +0200

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 <address@hidden>
---
 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]