summaryrefslogtreecommitdiffstats
path: root/testsuite
diff options
context:
space:
mode:
authorChris St. Pierre <chris.a.st.pierre@gmail.com>2012-10-17 10:26:13 -0400
committerChris St. Pierre <chris.a.st.pierre@gmail.com>2012-10-17 10:27:42 -0400
commit90b1276b8039642f95f5987ff1d0df413454a6d9 (patch)
tree72b6a65f3e2614d7b9d693e173d683e234fbac0d /testsuite
parent6eeded84fca720269d1fda36f785f01ddeb705bb (diff)
downloadbcfg2-90b1276b8039642f95f5987ff1d0df413454a6d9.tar.gz
bcfg2-90b1276b8039642f95f5987ff1d0df413454a6d9.tar.bz2
bcfg2-90b1276b8039642f95f5987ff1d0df413454a6d9.zip
expanded pylint coverage to Admin modes, removed some old/broken admin modes
Diffstat (limited to 'testsuite')
-rw-r--r--testsuite/Testsrc/test_code_checks.py18
1 files changed, 3 insertions, 15 deletions
diff --git a/testsuite/Testsrc/test_code_checks.py b/testsuite/Testsrc/test_code_checks.py
index f5a4655ae..d4ab0aa12 100644
--- a/testsuite/Testsrc/test_code_checks.py
+++ b/testsuite/Testsrc/test_code_checks.py
@@ -55,23 +55,11 @@ contingent_checks = {
# perform only error checking on the listed files
error_checks = {
- "sbin": ["bcfg2-build-reports", "bcfg2-admin", "bcfg2-reports"],
+ "sbin": ["bcfg2-build-reports", "bcfg2-reports"],
"lib/Bcfg2": ["Proxy.py", "SSLServer.py", "Reporting"],
"lib/Bcfg2/Server": ["Reports", "SchemaUpdater"],
- "lib/Bcfg2/Server/Admin": ["Backup.py",
- "Bundle.py",
- "Client.py",
- "Compare.py",
- "Minestruct.py",
- "Perf.py",
- "Pull.py",
- "Query.py",
- "Reports.py",
- "Snapshots.py",
- "Syncdb.py",
- "Tidy.py",
- "Viz.py",
- "Xcmd.py"],
+ "lib/Bcfg2/Server/Admin": ["Compare.py",
+ "Snapshots.py"],
"lib/Bcfg2/Client/Tools": ["launchd.py",
"OpenCSW.py",
"Blast.py",