summaryrefslogtreecommitdiffstats
path: root/testsuite/Testlib
Commit message (Collapse)AuthorAgeFilesLines
* POSIX:Chris St. Pierre2012-08-159-0/+2080
| | | | | | refactored POSIX tool into multiple files to make it more manageable Added unit tests for POSIX tool and sub-tools fixed ACL handling for filesystems mounted noacl
* fixed event on data directory itself to DirectoryBacked pluginsChris St. Pierre2012-08-151-2/+11
|
* print function fixesChris St. Pierre2012-08-151-1/+0
|
* added tests for GroupSpoolChris St. Pierre2012-08-151-1/+194
|
* added unit tests for EntrySetChris St. Pierre2012-08-142-17/+397
|
* added tests for Specificity/SpecificDataChris St. Pierre2012-08-141-2/+84
|
* added tests for PrioDirChris St. Pierre2012-08-141-34/+125
|
* fixed test inheritanceChris St. Pierre2012-08-143-113/+190
|
* added tests for XMLSrc, InfoXML, XMLDirectoryBackedChris St. Pierre2012-08-131-7/+103
|
* abstracted out some common test stuff into common.pyChris St. Pierre2012-08-134-172/+107
|
* added unit tests for INode, InfoNodeChris St. Pierre2012-08-131-37/+306
|
* made plugin tests inherit from plugin interface testsChris St. Pierre2012-08-106-10/+19
|
* StructFile tests and fixesChris St. Pierre2012-08-101-5/+226
|
* tests and fixes for XMLFileBackedChris St. Pierre2012-08-091-0/+189
|
* DirectoryBacked tests and fixesChris St. Pierre2012-08-091-0/+188
|
* move MetadataConsistency/RuntimeError exceptions into Plugin.py so we don't ↵Chris St. Pierre2012-08-093-46/+30
| | | | depend on a particular Metadata plugin
* adding some tests for Plugin.pyChris St. Pierre2012-08-091-0/+448
|
* py3k fix: UserDict -> MutableMappingChris St. Pierre2012-07-311-0/+19
|
* unified Metadata/DBMetadata pluginsChris St. Pierre2012-07-313-467/+463
| | | | made django optional
* fixed option testChris St. Pierre2012-07-301-3/+3
|
* allow merging of undefined groupsChris St. Pierre2012-07-301-0/+8
|
* Added ability to store probe data in database instead of probed.xmlChris St. Pierre2012-07-301-0/+517
|
* 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