summaryrefslogtreecommitdiffstats
path: root/testsuite/Testlib
Commit message (Collapse)AuthorAgeFilesLines
* Metadata and other improvements:Chris St. Pierre2012-07-302-157/+655
| | | | | | | | | | * Added support for Client tag in groups.xml * Added support for nested Group tags in groups.xml * Added support for negated groups in groups.xml * Added DatabaseBacked plugin mixin to easily allow plugins to connect to a database specified in global database settings in bcfg2.conf * Added DBMetadata plugin that uses relational DB to store client records instead of writing to clients.xml
* testsuite: Add parserSol Jerome2012-07-201-1/+1
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* testsuite: Fix Metadata test failuresSol Jerome2012-07-141-2/+4
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* testsuite: Fix Options testingSol Jerome2012-07-071-1/+1
| | | | | | Introduced in eae8bbd. Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* testsuite: Fix Option testsuite errorsSol Jerome2012-05-191-10/+13
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* fixed unit tests for xinclude changesChris St. Pierre2012-04-131-23/+30
|
* organized testsuite to mirror srcChris St. Pierre2012-03-202-0/+1022
updated TestOptions removed terrifically out-of-date TestFrame and TestPlugin wrote unit tests for Metadata plugin various tweaks and bugfixes for Metadata plugin