From 9c9d307d217a85abdac6388af653844ca438095e Mon Sep 17 00:00:00 2001
From: HuabingZhao <zhao.huabing@zte.com.cn>
Date: Tue, 17 Oct 2017 16:26:46 +0800
Subject: 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>
---
 test/csit/plans/msb/rest-service/setup.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'test/csit/plans/msb/rest-service')

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}
 
-- 
cgit 1.2.3-korg