Fix bug in multicloud-ocata 91/14191/1
authorBin Yang <bin.yang@windriver.com>
Thu, 21 Sep 2017 09:38:46 +0000 (17:38 +0800)
committerBin Yang <bin.yang@windriver.com>
Thu, 21 Sep 2017 09:38:46 +0000 (17:38 +0800)
Change-Id: I92a075d1867cadd0d4dadca1c526ec1b0461236b
Issue-Id: MULTICLOUD-94
Signed-off-by: Bin Yang <bin.yang@windriver.com>
test/csit/plans/multicloud-ocata/functionality1/setup.sh

index 5630849..7541178 100644 (file)
@@ -20,7 +20,7 @@ source ${SCRIPTS}/common_functions.sh
 # start multicloud-ocata
 docker run -d --name multicloud-ocata nexus3.onap.org:10001/onap/multicloud/openstack-ocata
 SERVICE_IP=`get-instance-ip.sh multicloud-ocata`
-SERVICE_PORT=9004
+SERVICE_PORT=9006
 
 for i in {1..50}; do
     curl -sS ${SERVICE_IP}:${SERVICE_PORT} && break