diff options
Diffstat (limited to 'etc')
-rw-r--r-- | etc/conf/cmd_config.yml | 28 | ||||
-rw-r--r-- | etc/conf/dovetail_config.yml | 8 |
2 files changed, 0 insertions, 36 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: diff --git a/etc/conf/dovetail_config.yml b/etc/conf/dovetail_config.yml index 8722e399..83944459 100644 --- a/etc/conf/dovetail_config.yml +++ b/etc/conf/dovetail_config.yml @@ -91,14 +91,6 @@ test_project: - 'bottlenecks' - 'vnftest' -validate_input: - valid_functest_tags: - - 'latest' - - 'euphrates' - valid_yardstick_tags: - - 'latest' - - 'opnfv-5.1.0' - mandatory: - osinterop - ha |