From 749946dcc5b17cfca43c6e8692359f4972e48b21 Mon Sep 17 00:00:00 2001 From: Georg Kunz Date: Sun, 1 Apr 2018 11:35:09 +0200 Subject: 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 --- dovetail/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dovetail/constants.py') 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') -- cgit 1.2.3-korg