]> git.ipfire.org Git - thirdparty/libvirt.git/commit
tests: Add storage volume XML 2 XML tests.
authorCole Robinson <crobinso@redhat.com>
Fri, 9 Oct 2009 18:17:21 +0000 (14:17 -0400)
committerCole Robinson <crobinso@redhat.com>
Fri, 16 Oct 2009 14:52:27 +0000 (10:52 -0400)
commitcaf8e91588e3aa9efd899585825affa4a4e09557
tree8dcf1b23c12041f50a73ce7b05a6e7c34f3de053
parent6d8331fd588d97fb123db470e21e2e64b7372f09
tests: Add storage volume XML 2 XML tests.
16 files changed:
tests/.gitignore
tests/Makefile.am
tests/storagevolschematest
tests/storagevolxml2xmlin/vol-file-backing.xml [new file with mode: 0644]
tests/storagevolxml2xmlin/vol-file.xml [new file with mode: 0644]
tests/storagevolxml2xmlin/vol-logical-backing.xml [new file with mode: 0644]
tests/storagevolxml2xmlin/vol-logical.xml [moved from tests/storagevolschemadata/vol-logical.xml with 94% similarity]
tests/storagevolxml2xmlin/vol-partition.xml [moved from tests/storagevolschemadata/vol-partition.xml with 94% similarity]
tests/storagevolxml2xmlin/vol-qcow2.xml [moved from tests/storagevolschemadata/vol-qcow2.xml with 93% similarity]
tests/storagevolxml2xmlout/vol-file-backing.xml [new file with mode: 0644]
tests/storagevolxml2xmlout/vol-file.xml [new file with mode: 0644]
tests/storagevolxml2xmlout/vol-logical-backing.xml [new file with mode: 0644]
tests/storagevolxml2xmlout/vol-logical.xml [new file with mode: 0644]
tests/storagevolxml2xmlout/vol-partition.xml [new file with mode: 0644]
tests/storagevolxml2xmlout/vol-qcow2.xml [new file with mode: 0644]
tests/storagevolxml2xmltest.c [new file with mode: 0644]