summaryrefslogtreecommitdiffstats
path: root/testsuite/Testlib/TestServer
Commit message (Collapse)AuthorAgeFilesLines
* reorganized testsuite to allow tests on stuff outside of srcChris St. Pierre2012-09-047-4544/+0
|
* renamed Bcfg2Py3k to CompatChris St. Pierre2012-08-272-2/+2
|
* added SEModules testsChris St. Pierre2012-08-241-0/+109
|
* Plugin test fixes for SEModulesChris St. Pierre2012-08-241-17/+28
|
* 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-242-2/+23
| | | | forward-compat for future tests
* DirectoryBacked: add class attribute to ignore certain patternsChris St. Pierre2012-08-241-0/+13
|
* DirectoryBacked/XMLDirectoryBacked: honor "patterns" class attributeChris St. Pierre2012-08-241-40/+55
|
* removed debugging outputChris St. Pierre2012-08-231-2/+0
|
* fixed base_url tests for py2.4/lxml 2.0Chris St. Pierre2012-08-231-2/+10
|
* portable way to get regex typeChris St. Pierre2012-08-231-1/+7
|
* removed two more relative importsChris St. Pierre2012-08-232-7/+7
|
* removed relative imports from testsuite for py2.4 compatChris St. Pierre2012-08-233-6/+33
|
* do not require a priority attribute on InfoXML files at allChris St. Pierre2012-08-221-10/+13
|
* fix test for python 2.5Chris St. Pierre2012-08-221-1/+1
|
* fixed imports from test commonChris St. Pierre2012-08-223-3/+6
|
* tweaked tests for python 2.5Chris St. Pierre2012-08-223-3/+9
|
* 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-222-4/+53
|
* fixed lxml.etree.tostring invocationsChris St. Pierre2012-08-222-11/+17
|
* removed context managers from unit testsChris St. Pierre2012-08-213-44/+54
|
* lots of various py3k fixesChris St. Pierre2012-08-212-66/+68
|
* fixed builtin mocks for py3kChris St. Pierre2012-08-213-11/+11
|
* attempt to get tests working under python 2.6Chris St. Pierre2012-08-213-17/+23
|
* more unit test fixesChris St. Pierre2012-08-201-30/+6
|
* reworked some Metadata tests to be more consistentChris St. Pierre2012-08-201-77/+87
|
* removing Cfg-specific behavior from EntrySetChris St. Pierre2012-08-201-2/+0
|
* fixed EntrySet.best_matching()Chris St. Pierre2012-08-201-20/+18
|
* minor test fixesChris St. Pierre2012-08-163-32/+63
|
* fixed event on data directory itself to DirectoryBacked pluginsChris St. Pierre2012-08-151-2/+11
|
* 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-133-168/+103
|
* added unit tests for INode, InfoNodeChris St. Pierre2012-08-131-37/+306
|
* made plugin tests inherit from plugin interface testsChris St. Pierre2012-08-105-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
* 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>