mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-01 17:35:17 +00:00
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: Peter Krempa <pkrempa@redhat.com> Reviewed-by: Ján Tomko <jtomko@redhat.com>
This commit is contained in:
parent
3bf1959524
commit
538703ba6f
@ -21,7 +21,7 @@
|
||||
"read-only": true,
|
||||
"driver": "qcow2",
|
||||
"encrypt": {
|
||||
"format": "aes",
|
||||
"format": "luks",
|
||||
"key-secret": "node-b-f-encalias"
|
||||
},
|
||||
"file": "node-b-s",
|
||||
|
@ -20,7 +20,7 @@
|
||||
<nodename type='format' name='node-b-f'/>
|
||||
</nodenames>
|
||||
</privateData>
|
||||
<encryption format='qcow'>
|
||||
<encryption format='luks'>
|
||||
<secret type='passphrase' uuid='0a81f5b2-8403-7b23-c8d6-21ccc2f80d6f'/>
|
||||
</encryption>
|
||||
</source>
|
||||
|
@ -33,7 +33,7 @@
|
||||
"read-only": true,
|
||||
"driver": "qcow2",
|
||||
"encrypt": {
|
||||
"format": "aes",
|
||||
"format": "luks",
|
||||
"key-secret": "node-b-f-encalias"
|
||||
},
|
||||
"file": "node-b-s",
|
||||
|
@ -26,7 +26,7 @@
|
||||
<nodename type='format' name='node-b-f'/>
|
||||
</nodenames>
|
||||
</privateData>
|
||||
<encryption format='qcow'>
|
||||
<encryption format='luks'>
|
||||
<secret type='passphrase' uuid='0a81f5b2-8403-7b23-c8d6-21ccc2f80d6f'/>
|
||||
</encryption>
|
||||
<auth username='testuser-iscsi'>
|
||||
|
Loading…
x
Reference in New Issue
Block a user