summaryrefslogtreecommitdiffstats
path: root/etc/conf/cmd_config.yml
diff options
context:
space:
mode:
authorGeorg Kunz <georg.kunz@ericsson.com>2018-03-06 16:19:59 +0100
committerGeorg Kunz <georg.kunz@ericsson.com>2018-03-06 16:38:26 +0000
commit189f27b7a90b6ddc74f1c3ede806e87d7548c539 (patch)
treed668342cc902f184b11e367271a56164761da91f /etc/conf/cmd_config.yml
parented4e729d8e61b8bbfad51f294dd170c6c680dc43 (diff)
Separate valid docker tags for functest and yardstick
Specifying separate valid docker tags for functest and yardstick for input validation. DOVETAIL-592 Change-Id: I3365cdbd9ab521bf1368750c3f34b6863b3f7ec8 Signed-off-by: Georg Kunz <georg.kunz@ericsson.com>
Diffstat (limited to 'etc/conf/cmd_config.yml')
-rw-r--r--etc/conf/cmd_config.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/conf/cmd_config.yml b/etc/conf/cmd_config.yml
index 91a44b0b..4dbfbbc8 100644
--- a/etc/conf/cmd_config.yml
+++ b/etc/conf/cmd_config.yml
@@ -17,21 +17,21 @@ cli:
config:
yard_tag:
flags:
- - '--yard_tag'
+ - '--yardstick_tag'
- '-y'
path:
- 'yardstick/docker_tag'
help: 'Overwrite tag for yardstick docker container (e.g. opnfv-5.1.0)'
func_tag:
flags:
- - '--func_tag'
+ - '--functest_tag'
- '-f'
path:
- 'functest/docker_tag'
help: 'Overwrite tag for functest docker container (e.g. euphrates)'
bott_tag:
flags:
- - '--bott_tag'
+ - '--bottlenecks_tag'
- '-b'
path:
- 'bottlenecks/docker_tag'