From 90b1276b8039642f95f5987ff1d0df413454a6d9 Mon Sep 17 00:00:00 2001 From: "Chris St. Pierre" Date: Wed, 17 Oct 2012 10:26:13 -0400 Subject: expanded pylint coverage to Admin modes, removed some old/broken admin modes --- testsuite/Testsrc/test_code_checks.py | 18 +++--------------- 1 file changed, 3 insertions(+), 15 deletions(-) (limited to 'testsuite/Testsrc/test_code_checks.py') 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", -- cgit v1.2.3-1-g7c22