summaryrefslogtreecommitdiffstats
path: root/dovetail/conf/cmd_config.yml
diff options
context:
space:
mode:
Diffstat (limited to 'dovetail/conf/cmd_config.yml')
-rw-r--r--dovetail/conf/cmd_config.yml23
1 files changed, 14 insertions, 9 deletions
diff --git a/dovetail/conf/cmd_config.yml b/dovetail/conf/cmd_config.yml
index 957a279f..2fd9834b 100644
--- a/dovetail/conf/cmd_config.yml
+++ b/dovetail/conf/cmd_config.yml
@@ -28,19 +28,19 @@ cli:
- '-f'
path:
- 'functest/docker_tag'
- help: 'Overwrite tag for functest docker container (e.g. cvp.0.5.0)'
- bott_tag:
- flags:
- - '--bott_tag'
- - '-b'
- path:
- - 'bottlenecks/docker_tag'
- help: 'Overwrite tag for bottlenecks docker container (e.g. cvp.0.4.0)'
+ help: 'Overwrite tag for functest docker container (e.g. ovp.1.0.0)'
+ # bott_tag:
+ # flags:
+ # - '--bott_tag'
+ # - '-b'
+ # path:
+ # - 'bottlenecks/docker_tag'
+ # help: 'Overwrite tag for bottlenecks docker container (e.g. cvp.0.4.0)'
control:
testsuite:
flags:
- '--testsuite'
- default: 'cvp.0.9.0'
+ default: 'ovp.1.0.0'
help: 'compliance testsuite.'
testarea:
flags:
@@ -63,3 +63,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'