aboutsummaryrefslogtreecommitdiffstats
path: root/test/csit/plans/vfc-nfvo-catalog
diff options
context:
space:
mode:
authorfujinhua <fu.jinhua@zte.com.cn>2017-10-18 14:03:58 +0800
committerfujinhua <fu.jinhua@zte.com.cn>2017-10-18 14:03:58 +0800
commit95da436b4f7962a7bccd949a2afb2cd01f9566f3 (patch)
tree77c687d1e70309f8fdb17de98fa4578d8b43610c /test/csit/plans/vfc-nfvo-catalog
parent2e0d8bc857ba97c1e4d77c84e1c9b0c491cbdd70 (diff)
Change msb_consul version to 0.9.3
Change-Id: Ia3e7bfc4f0d787d4ff749657412293c4755cb7b6 Issue-Id: VFC-540 Signed-off-by: fujinhua <fu.jinhua@zte.com.cn>
Diffstat (limited to 'test/csit/plans/vfc-nfvo-catalog')
-rw-r--r--test/csit/plans/vfc-nfvo-catalog/sanity-check/setup.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/csit/plans/vfc-nfvo-catalog/sanity-check/setup.sh b/test/csit/plans/vfc-nfvo-catalog/sanity-check/setup.sh
index c4cdbdee5..3576e234d 100644
--- a/test/csit/plans/vfc-nfvo-catalog/sanity-check/setup.sh
+++ b/test/csit/plans/vfc-nfvo-catalog/sanity-check/setup.sh
@@ -21,7 +21,7 @@
docker login -u docker -p docker nexus3.onap.org:10001
# 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
CONSUL_IP=`get-instance-ip.sh msb_consul`
echo CONSUL_IP=${CONSUL_IP}