aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorfujinhua <fu.jinhua@zte.com.cn>2017-10-18 14:12:22 +0800
committerfujinhua <fu.jinhua@zte.com.cn>2017-10-18 14:12:22 +0800
commitc06c5bc49481d1b2b4379e9498ca7802530e33eb (patch)
tree28d39d9b6270edc3a920a40527407a896cd1cf90 /test
parent832c58050dc8ee8d3d0df6d0bde0845ab5afd0f4 (diff)
Change msb_consul version to 0.9.3
Change-Id: I9ad4c4009653952ed7171477af8c9095a8e3e611 Issue-Id: VFC-540 Signed-off-by: fujinhua <fu.jinhua@zte.com.cn>
Diffstat (limited to 'test')
-rw-r--r--test/csit/plans/vfc-nfvo-wfengine/sanity-check/setup.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/csit/plans/vfc-nfvo-wfengine/sanity-check/setup.sh b/test/csit/plans/vfc-nfvo-wfengine/sanity-check/setup.sh
index a9ff9ac13..d00a66c52 100644
--- a/test/csit/plans/vfc-nfvo-wfengine/sanity-check/setup.sh
+++ b/test/csit/plans/vfc-nfvo-wfengine/sanity-check/setup.sh
@@ -21,7 +21,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}
docker run -d -p 10081:10081 -e CONSUL_IP=$MSB_CONSUL_IP --name msb_discovery nexus3.onap.org:10001/onap/msb/msb_discovery