summaryrefslogtreecommitdiffstats
path: root/src/sbin/bcfg2-test
Commit message (Collapse)AuthorAgeFilesLines
* Core: apply FAM blocking option to all commands that start a serverChris St. Pierre2013-07-091-1/+1
|
* fixed pylintChris St. Pierre2013-07-031-1/+1
|
* bcfg2-test: fixed return valueChris St. Pierre2013-07-031-3/+6
|
* bcfg2-test: Move signal handlerSol Jerome2013-06-261-1/+1
| | | | | | | Code was refactored such that this signal handler got put in the wrong place during the revert. Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* bcfg2-test: Fix merge thinkoSol Jerome2013-06-261-5/+4
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* Revert "Core: properly handle Ctrl-C"Sol Jerome2013-06-261-0/+17
| | | | | | | | | | | | | | This reverts commit 4568c44372c99ba809826e016680da9b881bd8e8. Trying to handle ^c in the core is difficult and can break STDOUT for interactive programs that invoke the core. Signed-off-by: Sol Jerome <sol.jerome@gmail.com> Conflicts: src/lib/Bcfg2/Server/Core.py src/sbin/bcfg2-test tools/bcfg2-profile-templates.py
* bcfg2-test: load plugins on server startupChris St. Pierre2013-05-011-0/+1
|
* Merge branch '1.3.2' into maintChris St. Pierre2013-03-211-30/+183
|\ | | | | | | | | | | | | | | | | Conflicts: src/lib/Bcfg2/Client/Tools/__init__.py src/sbin/bcfg2-test testsuite/Testsrc/Testlib/TestClient/TestTools/TestPOSIX/Test__init.py testsuite/Testsrc/Testlib/TestClient/TestTools/TestPOSIXUsers.py testsuite/Testsrc/test_code_checks.py
| * added PEP-8 style checks to test suiteChris St. Pierre2013-03-111-3/+9
| |
| * bcfg2-test: added option to spawn multiple child processes to run testsChris St. Pierre2013-02-251-37/+177
| |
* | bcfg2-test: apply ignore list to unknown packagesChris St. Pierre2013-03-181-1/+3
| |
* | bcfg2-test: fixed test for missing bundlesChris St. Pierre2013-03-041-2/+1
| |
* | bcfg2-test: added checks for missing bundles and unknown packagesChris St. Pierre2013-03-041-0/+14
| |
* | Core: properly handle Ctrl-CChris St. Pierre2013-02-251-15/+0
|/
* bcfg2-test: test for clients with no entriesChris St. Pierre2013-02-081-0/+3
|
* fixed unit testsChris St. Pierre2013-01-291-2/+7
|
* bcfg2-test: various improvementsChris St. Pierre2013-01-281-11/+40
| | | | | - avoided hang on Ctrl-C - better output formatting and verbosity
* expanded pylint coverageChris St. Pierre2012-09-251-0/+4
|
* made logging to syslog configurable and default for all loggingChris St. Pierre2012-08-151-1/+1
|
* fixed bcfg2-lint/bcfg2-test Core instantiationChris St. Pierre2012-07-221-1/+1
|
* added CherryPy-based server coreChris St. Pierre2012-07-191-8/+1
|
* added option groupsChris St. Pierre2012-05-211-14/+6
|
* Added inotify filemonitor driverChris St. Pierre2012-05-181-2/+3
| | | | Moved list of files to ignore into config
* added ability to disable Cfg file validationChris St. Pierre2012-05-111-0/+1
|
* moved plugin-specific configs to main config file; propagate "setup" object ↵Chris St. Pierre2012-05-111-1/+2
| | | | to server Core
* added ability to pass options to nose, ignore tests, test specific clients ↵Chris St. Pierre2012-04-131-28/+76
| | | | to bcfg2-test
* fixed mode of bcfg2-testChris St. Pierre2012-04-091-0/+0
|
* Only use a minimal filemonitor for testingCalen Pennington2012-01-161-2/+3
| | | | (cherry picked from commit 18fbd90fb23a7e9c7a79fcfa3e570be45996a043)
* Add a tool to build all the client configurations and verify that they ↵Calen Pennington2011-12-071-0/+67
contain no failures