diff options
-rw-r--r-- | plans/multicloud-fcaps/functionality1/setup.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plans/multicloud-fcaps/functionality1/setup.sh b/plans/multicloud-fcaps/functionality1/setup.sh index 328329f2..31613226 100644 --- a/plans/multicloud-fcaps/functionality1/setup.sh +++ b/plans/multicloud-fcaps/functionality1/setup.sh @@ -16,7 +16,7 @@ # Start all process required for executing test case source ${SCRIPTS}/common_functions.sh -MULTICLOUD_DOCKER_VERSION=1.4.1 +MULTICLOUD_DOCKER_VERSION=1.5.6 # start multicloud-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` |