Daniel P. Berrange
e8ac4a79f1
Make test suite output less verbose
...
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
2010-01-15 16:28:05 +00:00
Jim Meyering
e6abf3d8f2
fix 7 "make check" test failures in non-srcdir build
...
* tests/capabilityschematest: Define and use $srcdir.
* tests/domainschematest: Likewise.
* tests/interfaceschematest: Likewise.
* tests/networkschematest: Likewise.
* tests/nodedevschematest: Likewise.
* tests/storagepoolschematest: Likewise.
* tests/storagevolschematest: Likewise.
2010-01-09 08:37:22 +01:00
Matthias Bolte
4f4a1deccb
Remove bashisms from schema tests.
...
Introduced in commit 39a7be470c
.
* tests/*schematest: replace 'source' with '.'
* tests/schematestutils.sh: remove 'function' keyword and add '()'
2009-10-17 01:16:25 +02:00
Cole Robinson
caf8e91588
tests: Add storage volume XML 2 XML tests.
2009-10-16 10:52:27 -04:00
Cole Robinson
39a7be470c
tests: Break out duplicate schema verification functionality.
...
All schema tests have identical functionality, so avoid the duplication.
2009-10-16 10:21:46 -04:00
Daniel P. Berrange
2c22a68ce2
Added complete set of RNG schemas for all XML formats
2009-01-27 15:29:53 +00:00