diff options
author | xudan <xudan16@huawei.com> | 2018-07-12 22:17:39 -0400 |
---|---|---|
committer | Georg Kunz <georg.kunz@ericsson.com> | 2018-07-13 12:10:20 +0000 |
commit | edf504a4071b1d9300f72c5d83a22cda3bf2dc67 (patch) | |
tree | b57b68b79792fe2607104170e2acf7a7231f8ced /etc/conf/cmd_config.yml | |
parent | 6dbc1a9452d6c8451f759b7be73ac3986f6f4fd4 (diff) |
Remove the yardstick_tag and functest_tag
These 2 commands can't work now.
Also there is no need to support them, so remove them.
JIRA: DOVETAIL-695
Change-Id: I6707c7fc1d19fe06690cd14ef39f9d421d00a2bc
Signed-off-by: xudan <xudan16@huawei.com>
Diffstat (limited to 'etc/conf/cmd_config.yml')
-rw-r--r-- | etc/conf/cmd_config.yml | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/etc/conf/cmd_config.yml b/etc/conf/cmd_config.yml index 3bfce46e..76a4d61c 100644 --- a/etc/conf/cmd_config.yml +++ b/etc/conf/cmd_config.yml @@ -15,34 +15,6 @@ cli: options: config: - yard_tag: - flags: - - '--yardstick_tag' - - '-y' - path: - - 'yardstick/docker_tag' - help: 'Overwrite tag for yardstick docker container (e.g. opnfv-5.1.0)' - func_tag: - flags: - - '--functest_tag' - - '-f' - path: - - 'functest/docker_tag' - help: 'Overwrite tag for functest docker container (e.g. euphrates)' - bott_tag: - flags: - - '--bottlenecks_tag' - - '-b' - path: - - 'bottlenecks/docker_tag' - help: 'Overwrite tag for bottlenecks docker container (e.g. stable)' - vnf_tag: - flags: - - '--vnf_tag' - - '-v' - path: - - 'vnftest/docker_tag' - help: 'Overwrite tag for vnftest docker container (e.g. beijing.0)' control: testsuite: flags: |