diff options
author | fujinhua <fu.jinhua@zte.com.cn> | 2017-09-07 19:51:15 +0800 |
---|---|---|
committer | fujinhua <fu.jinhua@zte.com.cn> | 2017-09-07 19:51:15 +0800 |
commit | 72818fa62e4834c33fd6b41b6d6487f0c149a54a (patch) | |
tree | 54aa2be1e2d9e6b20872f3941092012d926d7d5a /test | |
parent | 188d7bb3d67b2e2a0974ab462c079418757a7ea2 (diff) |
Fix csit setup.sh of vfc-nfvo-lcm
Delete redundant = of MSB_IP
Change-Id: I60635e5c401813967e0cdb2eba6f27e33caa5dfa
Issue-Id: INT-180
Signed-off-by: fujinhua <fu.jinhua@zte.com.cn>
Diffstat (limited to 'test')
-rwxr-xr-x | test/csit/plans/vfc-nfvo-lcm/sanity-check/setup.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/csit/plans/vfc-nfvo-lcm/sanity-check/setup.sh b/test/csit/plans/vfc-nfvo-lcm/sanity-check/setup.sh index 362909ad4..d17af9f9a 100755 --- a/test/csit/plans/vfc-nfvo-lcm/sanity-check/setup.sh +++ b/test/csit/plans/vfc-nfvo-lcm/sanity-check/setup.sh @@ -28,7 +28,7 @@ docker run -d -p 10081:10081 -e CONSUL_IP=$CONSUL_IP --name msb_discovery nexus3 DISCOVERY_IP=`get-instance-ip.sh msb_discovery` echo DISCOVERY_IP=${DISCOVERY_IP} docker run -d -p 80:80 -e CONSUL_IP=$CONSUL_IP -e SDCLIENT_IP=$DISCOVERY_IP --name msb_internal_apigateway nexus3.onap.org:10001/onap/msb/msb_apigateway -MSB_IP==`get-instance-ip.sh msb_internal_apigateway` +MSB_IP=`get-instance-ip.sh msb_internal_apigateway` echo MSB_IP=${MSB_IP} # start vfc-nslcm |