summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCole Robinson <crobinso@redhat.com>2010-07-24 18:18:18 -0400
committerCole Robinson <crobinso@redhat.com>2010-07-28 16:47:56 -0400
commitb2a4a383d3a6a147e1e1954f253716533f120ffb (patch)
tree9ac27e79ea23cbeafecbb8692ff831668e8feb98 /tests/domainschematest
parentfix handling of PORT_PROFILE_RESPONSE_INPROGRESS netlink message (diff)
downloadlibvirt-b2a4a383d3a6a147e1e1954f253716533f120ffb.tar.gz
libvirt-b2a4a383d3a6a147e1e1954f253716533f120ffb.tar.bz2
libvirt-b2a4a383d3a6a147e1e1954f253716533f120ffb.zip
tests: Test qemuxml2xml when expected xml changes
Add tests for auto memballon, implicit IDE, SCSI, virtio channel controllers, and console/serial back compat. Additionally, an explicit qemuxml2argvtest for scsi disks is added. Signed-off-by: Cole Robinson <crobinso@redhat.com>
Diffstat (limited to 'tests/domainschematest')
-rwxr-xr-xtests/domainschematest2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/domainschematest b/tests/domainschematest
index d513f5adf..7557cef5d 100755
--- a/tests/domainschematest
+++ b/tests/domainschematest
@@ -4,7 +4,7 @@
. $srcdir/test-lib.sh
. $abs_srcdir/schematestutils.sh
-DIRS="domainschemadata qemuxml2argvdata sexpr2xmldata xmconfigdata xml2sexprdata"
+DIRS="domainschemadata qemuxml2argvdata sexpr2xmldata xmconfigdata xml2sexprdata qemuxml2xmloutdata"
SCHEMA="domain.rng"
check_schema "$DIRS" "$SCHEMA"