From c47b8dde0e39e273372b091a3d8da1cc15b7ae9f Mon Sep 17 00:00:00 2001 From: xudan Date: Sun, 7 Jan 2018 23:09:51 -0500 Subject: Align container tags and test suite configuration yaml for initial release Change default container tag to be: 1. Functest ovp.1.0.0 2. testapi ovp.1.0.0 Add test suite ovp.1.0.0 and set it to be the default test suite. Comment out bottlenecks CLI for initial release. JIRA: DOVETAIL-580 Change-Id: I956e49e43fc7ba0176c14079b7228089db5dc108 Signed-off-by: xudan --- dovetail/conf/cmd_config.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'dovetail/conf/cmd_config.yml') diff --git a/dovetail/conf/cmd_config.yml b/dovetail/conf/cmd_config.yml index 957a279f..03455be1 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: -- cgit 1.2.3-korg