summaryrefslogtreecommitdiffstats
path: root/testsuite/Testlib/TestServer/TestPlugins
Commit message (Collapse)AuthorAgeFilesLines
* reorganized testsuite to allow tests on stuff outside of srcChris St. Pierre2012-09-045-2248/+0
|
* renamed Bcfg2Py3k to CompatChris St. Pierre2012-08-271-1/+1
|
* added SEModules testsChris St. Pierre2012-08-241-0/+109
|
* added unit tests for TemplateHelperChris St. Pierre2012-08-241-0/+120
|
* added some basic plugin interface tests to allow inheritance and ↵Chris St. Pierre2012-08-241-0/+8
| | | | forward-compat for future tests
* removed debugging outputChris St. Pierre2012-08-231-2/+0
|
* removed two more relative importsChris St. Pierre2012-08-232-7/+7
|
* removed relative imports from testsuite for py2.4 compatChris St. Pierre2012-08-232-4/+22
|
* fixed imports from test commonChris St. Pierre2012-08-222-2/+4
|
* tweaked tests for python 2.5Chris St. Pierre2012-08-222-2/+6
|
* 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
|
* fixed lxml.etree.tostring invocationsChris St. Pierre2012-08-221-2/+4
|
* removed context managers from unit testsChris St. Pierre2012-08-212-4/+4
|
* lots of various py3k fixesChris St. Pierre2012-08-211-3/+5
|
* fixed builtin mocks for py3kChris St. Pierre2012-08-212-5/+5
|
* attempt to get tests working under python 2.6Chris St. Pierre2012-08-212-16/+22
|
* 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-162-31/+61
|
* 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