summaryrefslogtreecommitdiffstats
path: root/testsuite/Testsrc/Testlib/TestServer/TestPlugins/TestCfg
Commit message (Expand)AuthorAgeFilesLines
* Remove blanket excepts from plugins and lintChris St. Pierre2015-02-183-43/+55
* Add loader/environment to Jinja2 templates so that files canGordon Messmer2014-11-061-10/+35
* Fix tests to match changes to the Jinja2 code.Gordon Messmer2014-09-112-34/+36
* First pass at Jinja2 support for Cfg.Gordon Messmer2014-09-112-0/+91
* more unit test fixesChris St. Pierre2014-04-251-0/+4
* Merge branch 'maint'Chris St. Pierre2014-04-251-4/+1
|\
| * testsuite: more unit test fixesChris St. Pierre2014-04-251-2/+4
* | Merge branch 'maint'Chris St. Pierre2013-12-091-0/+1
|\|
| * Cfg: let EncryptedGenerator load setup object whenever the plugin is importedChris St. Pierre2013-12-091-3/+5
| * testsuite: Fixed CfgPublicKeyCreator testsChris St. Pierre2013-09-161-6/+5
* | Plugins: Added TemplateDataProvider plugin interfaceChris St. Pierre2013-10-302-13/+40
* | Merge branch 'maint'Chris St. Pierre2013-09-162-32/+93
|\|
| * CfgPublicKeyCreator: properly handle case where only private key has been cre...Chris St. Pierre2013-09-162-32/+93
* | Merge branch 'maint'Chris St. Pierre2013-09-091-5/+7
|\|
| * Cfg: Give non-specific handlers a default specificityChris St. Pierre2013-09-091-5/+7
* | testsuite: fixed authorized_keys.xml tests with elimination of <Params>Chris St. Pierre2013-09-051-9/+10
* | testsuite: removed obsolete can_skip variableChris St. Pierre2013-09-034-85/+81
* | testsuite: fixed unit tests for new SSLCA stuffChris St. Pierre2013-08-133-57/+37
* | Rewrote SSLCA as Cfg handler.Chris St. Pierre2013-08-132-126/+128
* | testsuite: fixed unit tests for server pluginsChris St. Pierre2013-08-098-214/+112
* | Merge branch 'maint'Chris St. Pierre2013-06-271-26/+27
|\|
| * Cfg: Fixed and documented .cat and .diff file behavior with host-specific bas...Chris St. Pierre2013-06-141-7/+9
| * fixed unit testsChris St. Pierre2013-06-031-19/+18
* | Fixing unit testsChris St. Pierre2013-04-251-4/+2
* | Merge branch 'maint'Chris St. Pierre2013-04-241-0/+1
|\|
| * testsuite: more text fixesChris St. Pierre2013-03-261-0/+1
* | use Executor class for better subprocess calling on serverChris St. Pierre2013-03-142-33/+27
* | Merge branch 'master' into 1.4.xChris St. Pierre2013-02-201-1/+1
|\|
| * fixed unit testsChris St. Pierre2013-02-131-1/+1
* | converted InfoXML objects from XMLSrc to StructFileChris St. Pierre2013-02-062-72/+23
* | moved some libraries in Bcfg2/ into more specific (Server/ or Client/) placesChris St. Pierre2013-02-051-3/+4
* | made genshi a requirementChris St. Pierre2013-01-222-117/+97
* | abstracted encryption support from Properties/CfgPrivateKeyCreator to StructFileChris St. Pierre2013-01-171-99/+0
* | added module-level OptionParser to avoid passing it as an argument or global ...Chris St. Pierre2013-01-176-130/+99
|/
* testsuite: fixed tests for decryption in Properties/CfgPrivateKeyCreatorChris St. Pierre2013-01-161-100/+104
* Cfg: handle filenames with regex special characters properlyChris St. Pierre2013-01-071-0/+1
* fixed unit testsChris St. Pierre2013-01-033-25/+27
* Cfg: Added feature to provide generation of SSH keys, authorized_keys fileChris St. Pierre2013-01-034-21/+727
* Cfg: added creator handler to perform one-time creation of static dataChris St. Pierre2012-12-201-1/+99
* fixed test that was "broken" when assertXMLEqual was fixedChris St. Pierre2012-12-031-4/+4
* testsuite: fixed assertXMLEqual comparison of XML attribute valuesChris St. Pierre2012-12-031-2/+2
* Templating updates:Chris St. Pierre2012-11-192-13/+28
* Cfg: prevent genshi loader from caching templatesChris St. Pierre2012-11-131-23/+14
* assigned Cfg handlers explicit priorities to avoid over-zealous regex matchesChris St. Pierre2012-10-171-5/+0
* testsuite: Fix more 'mode' testsSol Jerome2012-10-151-1/+1
* wrote more detailed unit testing documentationChris St. Pierre2012-10-058-22/+8
* testsuite: tried to fix a broken testChris St. Pierre2012-10-031-5/+2
* Cfg: fixed regexes for handling and ignoring files with different Cfg handlersChris St. Pierre2012-10-031-55/+15
* testsuite: fixed some assorted testsChris St. Pierre2012-10-032-3/+5
* testsuite: added unit tests for Cfg handlersChris St. Pierre2012-10-0210-34/+559