diff options
author | Ethan Lynn <ethanlynnl@vmware.com> | 2018-03-31 02:08:01 +0800 |
---|---|---|
committer | Ethan Lynn <ethanlynnl@vmware.com> | 2018-03-31 02:09:06 +0800 |
commit | 3bd25819b8f57b8ff5cdfcc3d78833ca0185ed7f (patch) | |
tree | 9a560e7da74ee4de787652191082c5e6b6dd007b /test/csit/plans/multicloud | |
parent | b13f63e3d31870c92f576ba1e8736ce7f3df9659 (diff) |
Fix multicloud broker csit
Fix environment variables to start broker
Change-Id: I11fc5c12b0a0c638f22c9a5b8a50fb1ec3bc2f5e
Issue-ID: MULTICLOUD-166
Signed-off-by: Ethan Lynn <ethanlynnl@vmware.com>
Diffstat (limited to 'test/csit/plans/multicloud')
-rwxr-xr-x | test/csit/plans/multicloud/functionality1/setup.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/csit/plans/multicloud/functionality1/setup.sh b/test/csit/plans/multicloud/functionality1/setup.sh index 479c21daf..50118a54a 100755 --- a/test/csit/plans/multicloud/functionality1/setup.sh +++ b/test/csit/plans/multicloud/functionality1/setup.sh @@ -21,7 +21,7 @@ source ${SCRIPTS}/common_functions.sh # start multivim-broker docker run -d --name multivim-vio nexus3.onap.org:10001/onap/multicloud/vio -docker run -d --name multivim-broker --link multivim-vio -e MSB_ADDR:multivim-vio -e MSB_ADDR:9004 nexus3.onap.org:10001/onap/multicloud/framework +docker run -d --name multivim-broker --link multivim-vio -e MSB_ADDR=multivim-vio -e MSB_PORT=9004 nexus3.onap.org:10001/onap/multicloud/framework BROKER_IP=`get-instance-ip.sh multivim-broker` for i in {1..50}; do |