summaryrefslogtreecommitdiffstats
path: root/testsuite/Testsrc/Testlib/TestClient
Commit message (Collapse)AuthorAgeFilesLines
* removed in-place modification of "states" dict in client toolsChris St. Pierre2013-02-213-47/+24
|
* fixed unit tests for mergeChris St. Pierre2013-02-201-13/+12
|
* Merge branch 'master' into 1.4.xChris St. Pierre2013-02-2011-728/+1320
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: doc/appendix/contributors.txt schemas/bundle.xsd src/lib/Bcfg2/Client/Tools/__init__.py src/lib/Bcfg2/Server/Encryption.py src/lib/Bcfg2/Server/Lint/Genshi.py src/lib/Bcfg2/Server/Plugins/Bundler.py src/lib/Bcfg2/Server/Plugins/Decisions.py src/lib/Bcfg2/Server/Plugins/TemplateHelper.py src/sbin/bcfg2-test testsuite/Testsrc/Testlib/TestClient/TestTools/TestPOSIX/Test__init.py testsuite/Testsrc/Testlib/TestClient/TestTools/TestPOSIXUsers.py testsuite/Testsrc/Testlib/TestServer/TestPlugin/Testhelpers.py testsuite/Testsrc/Testlib/TestServer/TestPlugins/TestProperties.py tools/bcfg2-profile-templates.py
| * fixed unit tests using long ints for py3kChris St. Pierre2013-02-201-6/+7
| |
| * wrote unit tests for base client Tool classesChris St. Pierre2013-02-2011-726/+1319
| |
* | extended usage of Executor class, added client-side timeout optionsChris St. Pierre2013-02-141-0/+2
| |
* | better Executor class for client toolsChris St. Pierre2013-02-141-75/+9
| |
* | abstracted similar digit range classes in POSIXUsers/GroupPatterns into ↵Chris St. Pierre2013-02-141-32/+6
|/ | | | Bcfg2.Utils
* POSIXUsers: set managed uid/gid rangeChris St. Pierre2013-01-181-5/+96
| | | | | | | | Added options to set a range (whitelist or blacklist) of managed uids/gids so that accounts in LDAP (e.g.) do not get flagged as "extra" entries. Request: http://article.gmane.org/gmane.comp.sysutils.bcfg2.devel/4629
* added builtin support for creating users and groupsChris St. Pierre2012-12-032-9/+500
|
* removed another print statementChris St. Pierre2012-11-161-1/+0
|
* POSIX: fixed removal of symlinked directoriesChris St. Pierre2012-11-163-90/+94
|
* POSIX: ensure that automatically-created parent dirs have appropriate +x permsChris St. Pierre2012-11-071-15/+23
|
* fixed some POSIX unit testsChris St. Pierre2012-10-221-4/+12
|
* testsuite: Fix more 'mode' testsSol Jerome2012-10-152-6/+6
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* POSIX: Switch from perms to modeSol Jerome2012-10-151-10/+10
| | | | | | | | Bcfg2 has traditionally used the 'perms' attribute to specify the file mode for POSIX entries. Switching to a 'mode' attribute will allow us to be more consistent with other tools as well as POSIX itself. Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* wrote more detailed unit testing documentationChris St. Pierre2012-10-058-25/+10
|
* fixed tests for pylint changesChris St. Pierre2012-09-251-39/+39
|
* reorganized testsuite to allow tests on stuff outside of srcChris St. Pierre2012-09-0412-0/+2274