summaryrefslogtreecommitdiffstats
path: root/dovetail/constants.py
diff options
context:
space:
mode:
authorGeorg Kunz <georg.kunz@ericsson.com>2018-04-01 11:35:09 +0200
committerGeorg Kunz <georg.kunz@ericsson.com>2018-04-17 19:14:14 +0000
commit749946dcc5b17cfca43c6e8692359f4972e48b21 (patch)
treebbfb42c881e4e2cb5947b6fb15e0b0fa095651c7 /dovetail/constants.py
parent71ba21ff906d4104a81442d4712aac13cf4906d4 (diff)
Implementation of API validaton exemption in dovetail
This patch adds the ability to Dovetail to disable strict API response validation in Tempest-based test cases run by Functest. Corresponding updates of the web portal and backporting of this patch to OVP 1.0.0 (Danube) will follow. JIRA: DOVETAIL-633 Change-Id: Iace99ea1b6224ea907a2c3af8676e9285e6ad3ee Signed-off-by: Georg Kunz <georg.kunz@ericsson.com>
Diffstat (limited to 'dovetail/constants.py')
-rw-r--r--dovetail/constants.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/dovetail/constants.py b/dovetail/constants.py
index c3ce615e..00203f53 100644
--- a/dovetail/constants.py
+++ b/dovetail/constants.py
@@ -11,7 +11,7 @@ import os.path
DOVETAIL_CONF_PATH = '/etc/dovetail'
USERCONF_PATH = os.path.join(DOVETAIL_CONF_PATH, 'userconfig')
-PATCH_PATH = os.path.join(DOVETAIL_CONF_PATH, 'patch')
+PATCH_PATH = os.path.join(DOVETAIL_CONF_PATH, 'patches')
CONF_PATH = os.path.join(DOVETAIL_CONF_PATH, 'conf')
TESTCASE_PATH = os.path.join(DOVETAIL_CONF_PATH, 'testcase')
COMPLIANCE_PATH = os.path.join(DOVETAIL_CONF_PATH, 'compliance')