summaryrefslogtreecommitdiffstats
path: root/src/sbin/bcfg2-test
Commit message (Collapse)AuthorAgeFilesLines
* Options: migrated bcfg2-test to new parserChris St. Pierre2013-06-271-311/+4
|
* Merge branch 'maint'Chris St. Pierre2013-06-271-0/+16
|\ | | | | | | | | | | | | | | | | Conflicts: doc/server/plugins/generators/cfg.txt doc/server/plugins/generators/tcheetah.txt src/lib/Bcfg2/Server/Admin/Xcmd.py src/lib/Bcfg2/Server/Plugins/Cfg/__init__.py src/lib/Bcfg2/Server/Plugins/Packages/Yum.py
| * 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: added option to spawn multiple child processes to run testsChris St. Pierre2013-06-021-0/+1
| | | | | | | | | | | | | | | | | | | | (cherry picked from commit 6fcce024d45c0f6312b17c19140272f192f18841) Signed-off-by: Sol Jerome <sol.jerome@gmail.com> Conflicts: src/lib/Bcfg2/Options.py src/sbin/bcfg2-test
* | Merge branch 'maint'Chris St. Pierre2013-05-171-0/+1
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: doc/appendix/guides/centos.txt doc/server/plugins/grouping/metadata.txt setup.py src/lib/Bcfg2/Client/Frame.py src/lib/Bcfg2/Client/Proxy.py src/lib/Bcfg2/Server/Lint/Genshi.py src/lib/Bcfg2/Server/Lint/Validate.py src/lib/Bcfg2/Server/Plugins/Bundler.py src/lib/Bcfg2/Server/Plugins/SSHbase.py src/sbin/bcfg2-lint
| * bcfg2-test: load plugins on server startupChris St. Pierre2013-05-011-0/+1
| |
* | Merge branch '1.4.x'Chris St. Pierre2013-04-231-1/+1
|\ \ | |/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: debian/bcfg2-server.install doc/server/plugins/grouping/metadata.txt src/lib/Bcfg2/Client/Client.py src/lib/Bcfg2/Client/Tools/Portage.py src/lib/Bcfg2/Client/Tools/RcUpdate.py src/lib/Bcfg2/Client/Tools/YUM24.py src/lib/Bcfg2/Client/Tools/__init__.py src/lib/Bcfg2/Client/Tools/launchd.py src/lib/Bcfg2/Options.py src/lib/Bcfg2/Server/Core.py src/lib/Bcfg2/Server/Plugin/helpers.py src/lib/Bcfg2/Server/Plugins/Metadata.py src/lib/Bcfg2/Server/models.py src/lib/Bcfg2/Utils.py src/sbin/bcfg2-info src/sbin/bcfg2-test testsuite/Testsrc/Testlib/TestClient/TestTools/Test_init.py testsuite/Testsrc/test_code_checks.py
| * 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
| * | 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
* | | 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