aboutsummaryrefslogtreecommitdiffstats
path: root/sdv/conf/00_common.conf
diff options
context:
space:
mode:
Diffstat (limited to 'sdv/conf/00_common.conf')
-rw-r--r--sdv/conf/00_common.conf21
1 files changed, 0 insertions, 21 deletions
diff --git a/sdv/conf/00_common.conf b/sdv/conf/00_common.conf
deleted file mode 100644
index f5e8a23..0000000
--- a/sdv/conf/00_common.conf
+++ /dev/null
@@ -1,21 +0,0 @@
-import os
-
-# default log output directory for all logs
-LOG_DIR = '/tmp'
-
-# default log for all "small" executables
-LOG_FILE_DEFAULT = 'valid-overall.log'
-
-ROOT_DIR = os.path.normpath(os.path.join(
- os.path.dirname(os.path.realpath(__file__)), '../'))
-SW_PRE_URLS_VALID_DIR = os.path.join(ROOT_DIR, 'SoftwarePreUrlsValid')
-SW_PRE_CONFIG_VALID_DIR = os.path.join(ROOT_DIR, 'SoftwarePreConfigValid')
-SW_POST_STATE_VALID_DIR = os.path.join(ROOT_DIR, 'SoftwarePostStateValid')
-SW_POST_SECURITY_VALID_DIR = os.path.join(ROOT_DIR, 'SoftwarePostSecurityValid')
-NW_LINKS_VALID_DIR = os.path.join(ROOT_DIR, 'NwLinksValid')
-RES_MOD_VALID_DIR = os.path.join(ROOT_DIR, 'ResourceModelValid')
-
-# 'debug', 'info', 'warning', 'error', 'critical'
-VERBOSITY = 'warning'
-
-EXCLUDE_MODULES = ['']