summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCole Robinson <crobinso@redhat.com>2009-10-08 17:26:30 -0400
committerCole Robinson <crobinso@redhat.com>2009-10-16 10:21:47 -0400
commite1ea1b2af758eceb31e2fd9f5367feca10b39b59 (patch)
tree1d4af121f00e00988b55a8f328091b1c9d614bcc /tests/storagepoolschematest
parenttests: Break out duplicate schema verification functionality. (diff)
downloadlibvirt-e1ea1b2af758eceb31e2fd9f5367feca10b39b59.tar.gz
libvirt-e1ea1b2af758eceb31e2fd9f5367feca10b39b59.tar.bz2
libvirt-e1ea1b2af758eceb31e2fd9f5367feca10b39b59.zip
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.
Diffstat (limited to 'tests/storagepoolschematest')
-rwxr-xr-xtests/storagepoolschematest2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/storagepoolschematest b/tests/storagepoolschematest
index d04b83b96..be4767d5e 100755
--- a/tests/storagepoolschematest
+++ b/tests/storagepoolschematest
@@ -2,7 +2,7 @@
source ./schematestutils.sh
-DIRS="storagepoolschemadata"
+DIRS="storagepoolxml2xmlin storagepoolxml2xmlout"
SCHEMA="storagepool.rng"
check_schema "$DIRS" "$SCHEMA"