]> git.ipfire.org Git - thirdparty/libvirt.git/commit
tests: Add XML 2 XML tests for storage pools.
authorCole Robinson <crobinso@redhat.com>
Thu, 8 Oct 2009 21:26:30 +0000 (17:26 -0400)
committerCole Robinson <crobinso@redhat.com>
Fri, 16 Oct 2009 14:21:47 +0000 (10:21 -0400)
commite1ea1b2af758eceb31e2fd9f5367feca10b39b59
tree1d4af121f00e00988b55a8f328091b1c9d614bcc
parent39a7be470cc5477a96a4d53194291bf4c7b07185
tests: Add XML 2 XML tests for storage pools.

Move existing schema data to an input directory. Add extra files for more
thorough XML testing.
24 files changed:
tests/.gitignore
tests/Makefile.am
tests/storagepoolschematest
tests/storagepoolxml2xmlin/pool-dir.xml [moved from tests/storagepoolschemadata/pool-dir.xml with 91% similarity]
tests/storagepoolxml2xmlin/pool-disk.xml [moved from tests/storagepoolschemadata/pool-disk.xml with 100% similarity]
tests/storagepoolxml2xmlin/pool-fs.xml [moved from tests/storagepoolschemadata/pool-fs.xml with 100% similarity]
tests/storagepoolxml2xmlin/pool-iscsi-auth.xml [new file with mode: 0644]
tests/storagepoolxml2xmlin/pool-iscsi.xml [moved from tests/storagepoolschemadata/pool-iscsi.xml with 56% similarity]
tests/storagepoolxml2xmlin/pool-logical-create.xml [new file with mode: 0644]
tests/storagepoolxml2xmlin/pool-logical.xml [moved from tests/storagepoolschemadata/pool-logical.xml with 100% similarity]
tests/storagepoolxml2xmlin/pool-mpath.xml [new file with mode: 0644]
tests/storagepoolxml2xmlin/pool-netfs.xml [moved from tests/storagepoolschemadata/pool-netfs.xml with 100% similarity]
tests/storagepoolxml2xmlin/pool-scsi.xml [new file with mode: 0644]
tests/storagepoolxml2xmlout/pool-dir.xml [new file with mode: 0644]
tests/storagepoolxml2xmlout/pool-disk.xml [new file with mode: 0644]
tests/storagepoolxml2xmlout/pool-fs.xml [new file with mode: 0644]
tests/storagepoolxml2xmlout/pool-iscsi-auth.xml [new file with mode: 0644]
tests/storagepoolxml2xmlout/pool-iscsi.xml [new file with mode: 0644]
tests/storagepoolxml2xmlout/pool-logical-create.xml [new file with mode: 0644]
tests/storagepoolxml2xmlout/pool-logical.xml [new file with mode: 0644]
tests/storagepoolxml2xmlout/pool-mpath.xml [new file with mode: 0644]
tests/storagepoolxml2xmlout/pool-netfs.xml [new file with mode: 0644]
tests/storagepoolxml2xmlout/pool-scsi.xml [new file with mode: 0644]
tests/storagepoolxml2xmltest.c [new file with mode: 0644]