aboutsummaryrefslogtreecommitdiffstats
path: root/plans/multicloud-fcaps
diff options
context:
space:
mode:
authorumry8364 <morgan.richomme@orange.com>2019-10-01 11:16:49 +0200
committerMorgan Richomme <morgan.richomme@orange.com>2019-10-10 05:32:03 +0000
commitb3fa8eec6cd1d84cabf960acd610be01e20a8553 (patch)
treec39dfd381a8be703cce81befda48c9296c4ccd52 /plans/multicloud-fcaps
parent87d5a68690385d9a4a83779085709e81af648fe8 (diff)
Fix csit tests for multicloud
split 95349 in several smaller patches Issue-ID: INT-1237 Signed-off-by: umry8364 <morgan.richomme@orange.com> Change-Id: I32be406a18781937eedba8e7d9703784cad4470e Signed-off-by: umry8364 <morgan.richomme@orange.com>
Diffstat (limited to 'plans/multicloud-fcaps')
-rw-r--r--plans/multicloud-fcaps/functionality1/setup.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/plans/multicloud-fcaps/functionality1/setup.sh b/plans/multicloud-fcaps/functionality1/setup.sh
index 1e125d69..328329f2 100644
--- a/plans/multicloud-fcaps/functionality1/setup.sh
+++ b/plans/multicloud-fcaps/functionality1/setup.sh
@@ -16,9 +16,9 @@
# Start all process required for executing test case
source ${SCRIPTS}/common_functions.sh
-
+MULTICLOUD_DOCKER_VERSION=1.4.1
# start multicloud-fcaps
-docker run -d --name multicloud-fcaps nexus3.onap.org:10001/onap/multicloud/openstack-fcaps
+docker run -d --name multicloud-fcaps nexus3.onap.org:10001/onap/multicloud/openstack-fcaps:$MULTICLOUD_DOCKER_VERSION
SERVICE_IP=`get-instance-ip.sh multicloud-fcaps`
SERVICE_PORT=9011