summaryrefslogtreecommitdiffstats
path: root/testsuite/Testsrc/test_code_checks.py
diff options
context:
space:
mode:
authorChris St. Pierre <chris.a.st.pierre@gmail.com>2013-02-12 16:02:24 -0500
committerChris St. Pierre <chris.a.st.pierre@gmail.com>2013-02-14 15:12:49 -0500
commit3a0618331e009439ce6b9c664915669884cd4aed (patch)
tree48849e204370f1eab8861ae9fa518404592efcc7 /testsuite/Testsrc/test_code_checks.py
parentdc22e36574d4d4cdbde282906ef3e1d3c7fe7c94 (diff)
downloadbcfg2-3a0618331e009439ce6b9c664915669884cd4aed.tar.gz
bcfg2-3a0618331e009439ce6b9c664915669884cd4aed.tar.bz2
bcfg2-3a0618331e009439ce6b9c664915669884cd4aed.zip
better Executor class for client tools
Diffstat (limited to 'testsuite/Testsrc/test_code_checks.py')
-rw-r--r--testsuite/Testsrc/test_code_checks.py9
1 files changed, 3 insertions, 6 deletions
diff --git a/testsuite/Testsrc/test_code_checks.py b/testsuite/Testsrc/test_code_checks.py
index 73ffe954a..27667b3fe 100644
--- a/testsuite/Testsrc/test_code_checks.py
+++ b/testsuite/Testsrc/test_code_checks.py
@@ -62,14 +62,11 @@ error_checks = {
"lib/Bcfg2/Client": ["Proxy.py"],
"lib/Bcfg2/Server": ["Reports", "SchemaUpdater", "SSLServer.py"],
"lib/Bcfg2/Server/Admin": ["Compare.py"],
- "lib/Bcfg2/Client/Tools": ["launchd.py",
- "OpenCSW.py",
+ "lib/Bcfg2/Client/Tools": ["OpenCSW.py",
"Blast.py",
- "SYSV.py",
"FreeBSDInit.py",
- "DebInit.py",
- "RcUpdate.py",
- "VCS.py"],
+ "VCS.py",
+ "YUM24.py"],
"lib/Bcfg2/Server/Plugins": ["Deps.py",
"Ldap.py",
"Pkgmgr.py"]