summaryrefslogtreecommitdiffstats
path: root/src/sbin/bcfg2-test
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' into 1.4.xChris St. Pierre2013-02-201-11/+48
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * 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
* | Options: split loading a new OptionParser from fetching an existing parserChris St. Pierre2013-01-171-1/+1
| |
* | added module-level OptionParser to avoid passing it as an argument or global ↵Chris St. Pierre2013-01-171-2/+2
|/ | | | all over
* 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