aboutsummaryrefslogtreecommitdiffstats
path: root/test/csit/plans/msb/rest-service/setup.sh
diff options
context:
space:
mode:
authorHuabingZhao <zhao.huabing@zte.com.cn>2017-10-17 16:26:46 +0800
committerHuabingZhao <zhao.huabing@zte.com.cn>2017-10-17 16:26:51 +0800
commit9c9d307d217a85abdac6388af653844ca438095e (patch)
tree4b96cb534321b6ce8d4862a306c2b6f065fe5e22 /test/csit/plans/msb/rest-service/setup.sh
parentdd42cd54553f51e1aa6294d678b814ffed2b740e (diff)
Set consul version to 0.9.3
MSB can't work with the latest version of Consul 1.0.0. Issue-Id: MSB-61 Change-Id: I2a077d40f64266fdb5bcb0ba97f6ced07cc0fe84 Signed-off-by: HuabingZhao <zhao.huabing@zte.com.cn>
Diffstat (limited to 'test/csit/plans/msb/rest-service/setup.sh')
-rw-r--r--test/csit/plans/msb/rest-service/setup.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/csit/plans/msb/rest-service/setup.sh b/test/csit/plans/msb/rest-service/setup.sh
index 9682cde74..8d344db8d 100644
--- a/test/csit/plans/msb/rest-service/setup.sh
+++ b/test/csit/plans/msb/rest-service/setup.sh
@@ -18,7 +18,7 @@
source ${SCRIPTS}/common_functions.sh
#start msb
-docker run -d -p 8500:8500 --name msb_consul consul
+docker run -d -p 8500:8500 --name msb_consul consul:0.9.3
MSB_CONSUL_IP=`get-instance-ip.sh msb_consul`
echo MSB_CONSUL_IP=${MSB_CONSUL_IP}