]> xenbits.xensource.com Git - libvirt.git/commit
storage: add test for qemu-img command line generation
authorJán Tomko <jtomko@redhat.com>
Mon, 18 Feb 2013 12:43:28 +0000 (13:43 +0100)
committerJán Tomko <jtomko@redhat.com>
Sun, 24 Feb 2013 17:11:40 +0000 (18:11 +0100)
commit56e1b4c30faedc6b18246ae43f2c85e68889d927
tree23210f246952327a2e4b76d1f6e5d8b1190dbd58
parentc6e87d1a4b2bc5524dcf7ddb028a4b5869fcdb1d
storage: add test for qemu-img command line generation
15 files changed:
tests/Makefile.am
tests/storagevolxml2argvdata/pool-dir.xml [new file with mode: 0644]
tests/storagevolxml2argvdata/qcow2-flag.argv [new file with mode: 0644]
tests/storagevolxml2argvdata/qcow2-nobacking-convert-flag.argv [new file with mode: 0644]
tests/storagevolxml2argvdata/qcow2-nobacking-convert-none.argv [new file with mode: 0644]
tests/storagevolxml2argvdata/qcow2-nobacking-convert-prealloc.argv [new file with mode: 0644]
tests/storagevolxml2argvdata/qcow2-nobacking-flag.argv [new file with mode: 0644]
tests/storagevolxml2argvdata/qcow2-nobacking-none.argv [new file with mode: 0644]
tests/storagevolxml2argvdata/qcow2-nobacking-prealloc.argv [new file with mode: 0644]
tests/storagevolxml2argvdata/qcow2-none.argv [new file with mode: 0644]
tests/storagevolxml2argvdata/qcow2.argv [new file with mode: 0644]
tests/storagevolxml2argvdata/vol-file.xml [new file with mode: 0644]
tests/storagevolxml2argvdata/vol-qcow2-nobacking.xml [new file with mode: 0644]
tests/storagevolxml2argvdata/vol-qcow2.xml [new file with mode: 0644]
tests/storagevolxml2argvtest.c [new file with mode: 0644]