aboutsummaryrefslogtreecommitdiffstats
path: root/tools/sdv/conf/00_common.conf
diff options
context:
space:
mode:
Diffstat (limited to 'tools/sdv/conf/00_common.conf')
-rw-r--r--tools/sdv/conf/00_common.conf18
1 files changed, 0 insertions, 18 deletions
diff --git a/tools/sdv/conf/00_common.conf b/tools/sdv/conf/00_common.conf
deleted file mode 100644
index 5326ecb..0000000
--- a/tools/sdv/conf/00_common.conf
+++ /dev/null
@@ -1,18 +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_VALID_DIR = os.path.join(ROOT_DIR, 'SoftwarePreValid')
-SW_POST_VALID_DIR = os.path.join(ROOT_DIR, 'SoftwarePostValid')
-NW_LINKS_VALID_DIR = os.path.join(ROOT_DIR, 'NwLinksValid')
-
-# 'debug', 'info', 'warning', 'error', 'critical'
-VERBOSITY = 'warning'
-
-EXCLUDE_MODULES = ['']