summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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: Add storage volume XML 2 XML tests.Cole Robinson2009-10-161-2/+1
|
* tests: Break out duplicate schema verification functionality.Cole Robinson2009-10-161-27/+3
| | | | All schema tests have identical functionality, so avoid the duplication.
* Added complete set of RNG schemas for all XML formatsDaniel P. Berrange2009-01-271-0/+33