aboutsummaryrefslogtreecommitdiffstats
path: root/sdv/conf/00_common.conf
diff options
context:
space:
mode:
authoropensource-tnbt <sridhar.rao@spirent.com>2020-08-01 22:12:02 +0530
committeropensource-tnbt <sridhar.rao@spirent.com>2020-08-03 14:53:00 +0530
commit42af6fa2ef682d28d12952831aa0c74fd647daad (patch)
tree27f73a3410005b77be7b92352efe32fc1f05a662 /sdv/conf/00_common.conf
parentd5a010aa2e40cafabf012b096f508b144f9d3d8b (diff)
SDV: Reorganize subprojects
This patch reorganizes the subprojects. Pylint Fixes. Additional Configurations Signed-off-by: Sridhar K. N. Rao <sridhar.rao@spirent.com> Change-Id: I021f33f035d7b2dcfded230ca40337afdac183e8
Diffstat (limited to 'sdv/conf/00_common.conf')
-rw-r--r--sdv/conf/00_common.conf7
1 files changed, 5 insertions, 2 deletions
diff --git a/sdv/conf/00_common.conf b/sdv/conf/00_common.conf
index 5326ecb..f5e8a23 100644
--- a/sdv/conf/00_common.conf
+++ b/sdv/conf/00_common.conf
@@ -8,9 +8,12 @@ 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')
+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'