From 9eb3db849ba11ac49ced872a585f001bad3d8384 Mon Sep 17 00:00:00 2001 From: "Chris St. Pierre" Date: Wed, 3 Oct 2012 15:27:34 -0400 Subject: prompt for locations of bcfg2 keypair in Init, using sane OS defaults --- testsuite/Testsrc/test_code_checks.py | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) (limited to 'testsuite/Testsrc') diff --git a/testsuite/Testsrc/test_code_checks.py b/testsuite/Testsrc/test_code_checks.py index 76f84912a..ac4183576 100644 --- a/testsuite/Testsrc/test_code_checks.py +++ b/testsuite/Testsrc/test_code_checks.py @@ -37,6 +37,7 @@ contingent_checks = { ("django",): {"lib/Bcfg2/Server": ["Reports", "SchemaUpdater", "models.py"], + "lib/Bcfg2/Server/Admin": ["Reports.py", "Syncdb.py"], "sbin": ["bcfg2-reports"]}, ("pyinotify",): {"lib/Bcfg2/Server/FileMonitor": ["Inotify.py"]}, ("yum",): {"lib/Bcfg2/Client/Tools": ["YUM*"]}, @@ -55,7 +56,21 @@ contingent_checks = { error_checks = { "sbin": ["bcfg2-build-reports", "bcfg2-admin", "bcfg2-reports"], "lib/Bcfg2": ["Proxy.py", "SSLServer.py"], - "lib/Bcfg2/Server": ["Admin", "Reports", "SchemaUpdater"], + "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/Client/Tools": ["launchd.py", "OpenCSW.py", "Blast.py", -- cgit v1.2.3-1-g7c22