tests: Remove qcow2 encryption from storagevol tests

We're about to disallow creation of a qcow2 encrypted storage
volume, so let's remove the qcow encryption element from the
tests which are testing whether other format='qcow2' related
features work properly.

Signed-off-by: John Ferlan <jferlan@redhat.com>
ACKed-by: Michal Privoznik <mprivozn@redhat.com>
This commit is contained in:
John Ferlan
2018-06-20 15:52:30 -04:00
parent af0e6580cd
commit a02d879858
24 changed files with 9 additions and 54 deletions

View File

@@ -1,3 +1,3 @@
qemu-img convert -f raw -O qcow2 \
-o encryption=on,preallocation=metadata,compat=0.10 \
-o preallocation=metadata,compat=0.10 \
/var/lib/libvirt/images/sparse.img /var/lib/libvirt/images/OtherDemo.img