summaryrefslogtreecommitdiffstats
path: root/testsuite/Testsrc/Testlib/TestServer/TestPlugins/TestProperties.py
Commit message (Collapse)AuthorAgeFilesLines
* abstracted encryption support from Properties/CfgPrivateKeyCreator to StructFileChris St. Pierre2013-01-171-116/+0
|
* added module-level OptionParser to avoid passing it as an argument or global ↵Chris St. Pierre2013-01-171-52/+33
| | | | all over
* 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