summaryrefslogtreecommitdiffstats
path: root/testsuite/Testlib/TestServer/TestPlugins
Commit message (Collapse)AuthorAgeFilesLines
* added unit tests for EntrySetChris St. Pierre2012-08-141-3/+12
|
* fixed test inheritanceChris St. Pierre2012-08-142-52/+73
|
* abstracted out some common test stuff into common.pyChris St. Pierre2012-08-132-142/+102
|
* made plugin tests inherit from plugin interface testsChris St. Pierre2012-08-103-10/+14
|
* move MetadataConsistency/RuntimeError exceptions into Plugin.py so we don't ↵Chris St. Pierre2012-08-092-45/+30
| | | | depend on a particular Metadata plugin
* py3k fix: UserDict -> MutableMappingChris St. Pierre2012-07-311-0/+19
|
* unified Metadata/DBMetadata pluginsChris St. Pierre2012-07-313-467/+463
| | | | made django optional
* 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>
* fixed unit tests for xinclude changesChris St. Pierre2012-04-131-23/+30
|
* organized testsuite to mirror srcChris St. Pierre2012-03-201-0/+898
updated TestOptions removed terrifically out-of-date TestFrame and TestPlugin wrote unit tests for Metadata plugin various tweaks and bugfixes for Metadata plugin