a02d879 tests: Remove qcow2 encryption from storagevol tests

Authored and Committed by John Ferlan 5 years ago
24 files changed. 9 lines added. 54 lines removed.
tests/storagevolxml2argvdata/qcow2-1.1.argv
file modified
+1 -1
tests/storagevolxml2argvdata/qcow2-compat.argv
file modified
+1 -1
tests/storagevolxml2argvdata/qcow2-from-logical-compat.argv
file modified
+1 -1
tests/storagevolxml2argvdata/qcow2-lazy.argv
file modified
+1 -1
tests/storagevolxml2argvdata/qcow2-nobacking-convert-prealloc-compat.argv
file modified
+1 -1
tests/storagevolxml2argvdata/qcow2-nobacking-prealloc-compat.argv
file modified
+1 -1
tests/storagevolxml2argvdata/qcow2-nocapacity-convert-prealloc.argv
file modified
+1 -1
tests/storagevolxml2argvdata/qcow2-nocapacity.argv
file modified
+1 -1
tests/storagevolxml2argvdata/qcow2-nocow-compat.argv
file modified
+1 -1
tests/storagevolxml2xmlin/vol-qcow2-0.10-lazy.xml
file modified
+0 -3
tests/storagevolxml2xmlin/vol-qcow2-1.1.xml
file modified
+0 -3
tests/storagevolxml2xmlin/vol-qcow2-lazy.xml
file modified
+0 -3
tests/storagevolxml2xmlin/vol-qcow2-nobacking.xml
file modified
+0 -3
tests/storagevolxml2xmlin/vol-qcow2-nocapacity-backing.xml
file modified
+0 -3
tests/storagevolxml2xmlin/vol-qcow2-nocapacity.xml
file modified
+0 -3
tests/storagevolxml2xmlin/vol-qcow2-nocow.xml
file modified
+0 -3
tests/storagevolxml2xmlin/vol-qcow2.xml
file modified
+0 -3
tests/storagevolxml2xmlout/vol-qcow2-0.10-lazy.xml
file modified
+0 -3
tests/storagevolxml2xmlout/vol-qcow2-1.1.xml
file modified
+0 -3
tests/storagevolxml2xmlout/vol-qcow2-lazy.xml
file modified
+0 -3
tests/storagevolxml2xmlout/vol-qcow2-nobacking.xml
file modified
+0 -3
tests/storagevolxml2xmlout/vol-qcow2-nocapacity.xml
file modified
+0 -3
tests/storagevolxml2xmlout/vol-qcow2-nocow.xml
file modified
+0 -3
tests/storagevolxml2xmlout/vol-qcow2.xml
file modified
+0 -3
    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>