From 03bed1d8fcc5172562b688cb1cd0f7f5b6b63765 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 (cherry picked from commit c47b8dde0e39e273372b091a3d8da1cc15b7ae9f) --- dovetail/conf/functest_config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dovetail/conf/functest_config.yml') diff --git a/dovetail/conf/functest_config.yml b/dovetail/conf/functest_config.yml index 11c49e32..232b0747 100644 --- a/dovetail/conf/functest_config.yml +++ b/dovetail/conf/functest_config.yml @@ -1,7 +1,7 @@ --- functest: image_name: opnfv/functest - docker_tag: cvp.0.5.0 + docker_tag: ovp.1.0.0 opts: '-id --privileged=true' config: dir: '/home/opnfv/userconfig' -- cgit 1.2.3-korg