提交 538703ba 编写于 作者: P Peter Krempa

tests: qemublock: Switch to qcow2+luks in test files

The next patch will forbid the old qcow2 encryption completely. Remove
it from the tests.
Signed-off-by: NPeter Krempa <pkrempa@redhat.com>
Reviewed-by: NJán Tomko <jtomko@redhat.com>
上级 3bf19595
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
"read-only": true, "read-only": true,
"driver": "qcow2", "driver": "qcow2",
"encrypt": { "encrypt": {
"format": "aes", "format": "luks",
"key-secret": "node-b-f-encalias" "key-secret": "node-b-f-encalias"
}, },
"file": "node-b-s", "file": "node-b-s",
......
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
<nodename type='format' name='node-b-f'/> <nodename type='format' name='node-b-f'/>
</nodenames> </nodenames>
</privateData> </privateData>
<encryption format='qcow'> <encryption format='luks'>
<secret type='passphrase' uuid='0a81f5b2-8403-7b23-c8d6-21ccc2f80d6f'/> <secret type='passphrase' uuid='0a81f5b2-8403-7b23-c8d6-21ccc2f80d6f'/>
</encryption> </encryption>
</source> </source>
......
...@@ -33,7 +33,7 @@ ...@@ -33,7 +33,7 @@
"read-only": true, "read-only": true,
"driver": "qcow2", "driver": "qcow2",
"encrypt": { "encrypt": {
"format": "aes", "format": "luks",
"key-secret": "node-b-f-encalias" "key-secret": "node-b-f-encalias"
}, },
"file": "node-b-s", "file": "node-b-s",
......
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
<nodename type='format' name='node-b-f'/> <nodename type='format' name='node-b-f'/>
</nodenames> </nodenames>
</privateData> </privateData>
<encryption format='qcow'> <encryption format='luks'>
<secret type='passphrase' uuid='0a81f5b2-8403-7b23-c8d6-21ccc2f80d6f'/> <secret type='passphrase' uuid='0a81f5b2-8403-7b23-c8d6-21ccc2f80d6f'/>
</encryption> </encryption>
<auth username='testuser-iscsi'> <auth username='testuser-iscsi'>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册