summaryrefslogtreecommitdiffstats
path: root/testsuite/Testsrc/Testlib/TestServer/TestPlugins/TestProperties.py
Commit message (Collapse)AuthorAgeFilesLines
* testsuite: more unit test fixesChris St. Pierre2014-04-251-29/+1
|
* Handle FAM monitor failures more gracefully:Chris St. Pierre2013-03-251-16/+12
| | | | | | | | | * Where possible, create the file or directory that is about to be monitored. This ensures that content can be added later without need to restart Bcfg2. (Otherwise, adding the monitor would fail, and so when you did create the file in question, bcfg2-server would never be notified of it.) * When not possible, give better error messages.
* removed bogus print statementsChris St. Pierre2013-01-231-3/+0
|
* testsuite: fixed test for encrypted Properties w/o crypto libraries installedChris St. Pierre2013-01-181-8/+0
|
* Made a few encryption things simpler:Chris St. Pierre2013-01-171-4/+10
| | | | | | * Only one strict/lax setting, in [encryption], rather than separate settings in [properties] and [sshkeys] * No longer necessary to enable encryption on each Properties file
* testsuite: fixed tests for decryption in Properties/CfgPrivateKeyCreatorChris St. Pierre2013-01-161-71/+84
|
* Properties: allow lax decryption, where failure to decrypt an element is not ↵Chris St. Pierre2012-11-061-2/+9
| | | | fatal and parsing of that file continues
* added support for JSON and YAML properties filesChris St. Pierre2012-10-151-54/+203
|
* wrote more detailed unit testing documentationChris St. Pierre2012-10-051-3/+1
|
* wrote unit tests for PropertiesChris St. Pierre2012-09-271-0/+294