summaryrefslogtreecommitdiffstats
path: root/testsuite/Testlib/TestServer/TestPlugins/TestMetadata.py
Commit message (Collapse)AuthorAgeFilesLines
* attempt to get tests working under python 2.6Chris St. Pierre2012-08-211-6/+14
|
* more unit test fixesChris St. Pierre2012-08-201-30/+6
|
* reworked some Metadata tests to be more consistentChris St. Pierre2012-08-201-77/+87
|
* minor test fixesChris St. Pierre2012-08-161-21/+35
|
* fixed test inheritanceChris St. Pierre2012-08-141-47/+63
|
* abstracted out some common test stuff into common.pyChris St. Pierre2012-08-131-84/+77
|
* made plugin tests inherit from plugin interface testsChris St. Pierre2012-08-101-8/+10
|
* move MetadataConsistency/RuntimeError exceptions into Plugin.py so we don't ↵Chris St. Pierre2012-08-091-44/+30
| | | | depend on a particular Metadata plugin
* py3k fix: UserDict -> MutableMappingChris St. Pierre2012-07-311-0/+19
|
* unified Metadata/DBMetadata pluginsChris St. Pierre2012-07-311-44/+434
| | | | made django optional
* allow merging of undefined groupsChris St. Pierre2012-07-301-0/+8
|
* Metadata and other improvements:Chris St. Pierre2012-07-301-157/+248
| | | | | | | | | | * 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