summaryrefslogtreecommitdiffstats
path: root/testsuite
Commit message (Collapse)AuthorAgeFilesLines
* POSIX:Chris St. Pierre2012-08-159-0/+2080
| | | | | | refactored POSIX tool into multiple files to make it more manageable Added unit tests for POSIX tool and sub-tools fixed ACL handling for filesystems mounted noacl
* fixed event on data directory itself to DirectoryBacked pluginsChris St. Pierre2012-08-151-2/+11
|
* print function fixesChris St. Pierre2012-08-151-1/+0
|
* 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-136-172/+184
|
* added unit tests for INode, InfoNodeChris St. Pierre2012-08-131-37/+306
|
* made plugin tests inherit from plugin interface testsChris St. Pierre2012-08-106-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
* fixed option testChris St. Pierre2012-07-301-3/+3
|
* 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>
* testsuite: Fix Options testingSol Jerome2012-07-071-1/+1
| | | | | | Introduced in eae8bbd. Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* testsuite: Fix Option testsuite errorsSol Jerome2012-05-191-10/+13
| | | | 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-205-329/+1022
| | | | | | | updated TestOptions removed terrifically out-of-date TestFrame and TestPlugin wrote unit tests for Metadata plugin various tweaks and bugfixes for Metadata plugin
* testsuite: PY3K + PEP8 fixesSol Jerome2011-04-073-43/+62
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* Updated files to match PEP 257 Fabian Affolter2010-06-091-4/+4
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5905 ce84e21b-d406-0410-9b95-82705330c041
* Fix Options (don't cook default values) (needed for the multi-fingerprint patch)Narayan Desai2008-03-311-11/+12
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@4463 ce84e21b-d406-0410-9b95-82705330c041
* Fix frame test failuresNarayan Desai2008-03-241-2/+1
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@4451 ce84e21b-d406-0410-9b95-82705330c041
* Implement EntrySet and basic testing for it (mainly from ritcey)Narayan Desai2008-03-211-0/+122
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@4427 ce84e21b-d406-0410-9b95-82705330c041
* implement support for long optionsNarayan Desai2008-03-081-0/+10
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@4404 ce84e21b-d406-0410-9b95-82705330c041
* Add more testing for Bcfg2.Client.Frame (up to 66%) (woo!)Narayan Desai2008-01-191-4/+73
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@4268 ce84e21b-d406-0410-9b95-82705330c041
* Frame updates (and start of unit-testing)Narayan Desai2008-01-181-0/+25
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@4266 ce84e21b-d406-0410-9b95-82705330c041
* Switch over to more Options usage and complete tests (everything appears to ↵Narayan Desai2007-12-311-8/+13
| | | | | | work now) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@4142 ce84e21b-d406-0410-9b95-82705330c041
* Add unit testing for new option parsing library (Full Coverage)Narayan Desai2007-12-311-0/+79
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@4141 ce84e21b-d406-0410-9b95-82705330c041