diff options
author | Georg Kunz <georg.kunz@ericsson.com> | 2018-04-01 11:35:09 +0200 |
---|---|---|
committer | Georg Kunz <georg.kunz@ericsson.com> | 2018-04-17 19:14:14 +0000 |
commit | 749946dcc5b17cfca43c6e8692359f4972e48b21 (patch) | |
tree | bbfb42c881e4e2cb5947b6fb15e0b0fa095651c7 /etc/conf | |
parent | 71ba21ff906d4104a81442d4712aac13cf4906d4 (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 'etc/conf')
-rw-r--r-- | etc/conf/cmd_config.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/etc/conf/cmd_config.yml b/etc/conf/cmd_config.yml index cd8bfe93..6b08ba0b 100644 --- a/etc/conf/cmd_config.yml +++ b/etc/conf/cmd_config.yml @@ -76,3 +76,8 @@ cli: - '--offline' is_flag: 'True' help: 'run in offline method, which means not to update the docker upstream images, functest, yardstick, etc.' + noapivalidation: + flags: + - '--no-api-validation' + is_flag: 'True' + help: 'disable strict API response validation' |