summaryrefslogtreecommitdiffstats
path: root/testsuite/Testlib/TestServer/TestPlugins/TestMetadata.py
Commit message (Collapse)AuthorAgeFilesLines
* reorganized testsuite to allow tests on stuff outside of srcChris St. Pierre2012-09-041-1470/+0
|
* removed two more relative importsChris St. Pierre2012-08-231-4/+4
|
* removed relative imports from testsuite for py2.4 compatChris St. Pierre2012-08-231-2/+11
|
* fixed imports from test commonChris St. Pierre2012-08-221-1/+2
|
* tweaked tests for python 2.5Chris St. Pierre2012-08-221-1/+3
|
* skip testing ClientVersions object unless Django is installed or skipping ↵Chris St. Pierre2012-08-221-84/+86
| | | | tests works
* removed more context managersChris St. Pierre2012-08-221-3/+40
|
* removed context managers from unit testsChris St. Pierre2012-08-211-1/+0
|
* fixed builtin mocks for py3kChris St. Pierre2012-08-211-2/+2
|
* 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