summaryrefslogtreecommitdiffstats
path: root/testsuite/Testsrc/Testlib/TestEncryption.py
Commit message (Collapse)AuthorAgeFilesLines
* moved some libraries in Bcfg2/ into more specific (Server/ or Client/) placesChris St. Pierre2013-02-051-175/+0
|
* added module-level OptionParser to avoid passing it as an argument or global ↵Chris St. Pierre2013-01-171-35/+11
| | | | all over
* Made a few encryption things simpler:Chris St. Pierre2013-01-171-5/+0
| | | | | | * 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 the way Bcfg2.Encryption unit tests are skippedChris St. Pierre2013-01-161-3/+9
|
* wrote more detailed unit testing documentationChris St. Pierre2012-10-051-2/+1
|
* wrote unit tests for encryptionChris St. Pierre2012-09-281-0/+199