summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add LXC XML files to schema test & fix problems this uncoversDaniel P. Berrange2012-03-271-1/+4
| | | | | | * docs/schemas/domaincommon.rng: Add missing lxc & openvz console target types. Allow arch on LXC <os> type element * tests/domainschematest: Include tests/lxcxml2xmldata/
* tests: Test qemuxml2xml when expected xml changesCole Robinson2010-07-281-1/+1
| | | | | | | | | 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>
* Make test suite output less verboseDaniel P. Berrange2010-01-151-1/+2
| | | | | | | | | | | | | | | | | Only print out '.' for each test case, full test output can be re-enabled with VIR_TEST_VERBOSE=1, or VIR_TEST_DEBUG=XXXX Sample output now looks like TEST: statstest ........................................ 40 ................................... 75 OK PASS: statstest TEST: qparamtest ................................ 32 OK PASS: qparamtest TEST: ............ 12 OK
* fix 7 "make check" test failures in non-srcdir buildJim Meyering2010-01-091-1/+2
| | | | | | | | | | * tests/capabilityschematest: Define and use $srcdir. * tests/domainschematest: Likewise. * tests/interfaceschematest: Likewise. * tests/networkschematest: Likewise. * tests/nodedevschematest: Likewise. * tests/storagepoolschematest: Likewise. * tests/storagevolschematest: Likewise.
* Remove bashisms from schema tests.Matthias Bolte2009-10-171-1/+1
| | | | | | | Introduced in commit 39a7be470cc5477a96a4d53194291bf4c7b07185. * tests/*schematest: replace 'source' with '.' * tests/schematestutils.sh: remove 'function' keyword and add '()'
* tests: Break out duplicate schema verification functionality.Cole Robinson2009-10-161-29/+4
| | | | All schema tests have identical functionality, so avoid the duplication.
* Added complete set of RNG schemas for all XML formatsDaniel P. Berrange2009-01-271-1/+2
|
* don't silently skip a testJim Meyering2008-11-251-1/+1
| | | | | * tests/Makefile.am (EXTRA_DIST): Distribute domainschemadata/. * tests/domainschematest: Fail the test if find invocation fails.
* Slim down schema test result outputCole Robinson2008-10-061-1/+1
|
* * tests/domainschematest: patch from Guido Günther to fix RNG checkingDaniel Veillard2008-08-071-1/+1
| | | | | in out of tree builds. daniel
* Support for container related domain XML extensionsDaniel P. Berrange2008-08-011-1/+1
|
* Added test to validate all domain XML files against schemaDaniel P. Berrange2008-08-011-0/+32