aboutsummaryrefslogtreecommitdiffstats
path: root/test/csit
diff options
context:
space:
mode:
authorfujinhua <fu.jinhua@zte.com.cn>2017-10-18 14:05:24 +0800
committerfujinhua <fu.jinhua@zte.com.cn>2017-10-18 14:05:24 +0800
commit458849618698bf82a51ba33e9a2c2393f17de69a (patch)
treeadf02d9dd8d4089219e478b85057628d8749a652 /test/csit
parentc9bde2ed57a831ae6ab644de9280e4328686c0eb (diff)
Change msb_consul version to 0.9.3
Change-Id: I8d158bc36b29f0035508fa77cc06a4c21728e5f4 Issue-Id: VFC-540 Signed-off-by: fujinhua <fu.jinhua@zte.com.cn>
Diffstat (limited to 'test/csit')
-rwxr-xr-xtest/csit/plans/vfc-nfvo-driver-ems/sanity-check/setup.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/csit/plans/vfc-nfvo-driver-ems/sanity-check/setup.sh b/test/csit/plans/vfc-nfvo-driver-ems/sanity-check/setup.sh
index 09978ca6d..d381f8f38 100755
--- a/test/csit/plans/vfc-nfvo-driver-ems/sanity-check/setup.sh
+++ b/test/csit/plans/vfc-nfvo-driver-ems/sanity-check/setup.sh
@@ -20,7 +20,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}