summaryrefslogtreecommitdiffstats
path: root/dovetail/utils
diff options
context:
space:
mode:
authorxudan <xudan16@huawei.com>2018-01-07 23:09:51 -0500
committerLeo wang <grakiss.wanglei@huawei.com>2018-01-27 03:24:23 +0000
commit03bed1d8fcc5172562b688cb1cd0f7f5b6b63765 (patch)
treed4a905d752564d68b4653a65610b5e37d1b066c9 /dovetail/utils
parent8bc98656a9100959109abddc509a7365cce656a0 (diff)
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 <xudan16@huawei.com> (cherry picked from commit c47b8dde0e39e273372b091a3d8da1cc15b7ae9f)
Diffstat (limited to 'dovetail/utils')
-rwxr-xr-xdovetail/utils/local_db/launch_db.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/dovetail/utils/local_db/launch_db.sh b/dovetail/utils/local_db/launch_db.sh
index cad0f365..7d80cc7a 100755
--- a/dovetail/utils/local_db/launch_db.sh
+++ b/dovetail/utils/local_db/launch_db.sh
@@ -52,7 +52,7 @@ echo "Create the testapi service."
echo "=========================="
set +e
-testapi_img="opnfv/testapi:cvp.0.3.0"
+testapi_img="opnfv/testapi:ovp.1.0.0"
echo "Step1: pull the image $testapi_img."
sudo docker pull $testapi_img
set -e