summaryrefslogtreecommitdiffstats
path: root/dovetail/utils/local_db/restart_db.sh
diff options
context:
space:
mode:
authorxudan <xudan16@huawei.com>2017-08-04 02:23:17 -0400
committerxudan <xudan16@huawei.com>2017-08-04 02:27:58 -0400
commit03e37d45e44f1a3d1cdcb12c5f8bf1953e5575cc (patch)
tree052e17fef675ef2c338d67fcad6be2082e93f3c5 /dovetail/utils/local_db/restart_db.sh
parent0613773ea94a9d2d4a553348b3c5363cef2dd93c (diff)
Tag dovetail with cvp.0.4.0
JIRA: DOVETAIL-476 1. docker image used yardstick: danube.3.1 functest: cvp.0.2.0 bottlenecks: cvp.0.4.0 testapi: cvp.0.4.0 dovetail: cvp.0.4.0 2. main changes Add docs about vping test cases (test scope and test specification) Add 2 vping test cases into proposed_tests Bugfix: Build docker image failed because of lacking of packages Add resiliency.tc001 into proposed_tests 3. For more information, refer to https://wiki.opnfv.org/display/dovetail/Running+history+for+the+dovetail+tool Change-Id: I5ce6bdc9a1daa957124309c9fadc532f9c7a2b1e Signed-off-by: xudan <xudan16@huawei.com>
Diffstat (limited to 'dovetail/utils/local_db/restart_db.sh')
-rwxr-xr-xdovetail/utils/local_db/restart_db.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/dovetail/utils/local_db/restart_db.sh b/dovetail/utils/local_db/restart_db.sh
index 35096b99..668b4b84 100755
--- a/dovetail/utils/local_db/restart_db.sh
+++ b/dovetail/utils/local_db/restart_db.sh
@@ -26,4 +26,4 @@ export db_host_ip=${db_host_ip:-"$1"}
sudo docker rm -f testapi
sudo docker run -itd -p $testapi_port:8000 --name testapi \
- -e mongodb_url=mongodb://$db_host_ip:$mongodb_port/ opnfv/testapi:cvp.0.3.0
+ -e mongodb_url=mongodb://$db_host_ip:$mongodb_port/ opnfv/testapi:cvp.0.4.0