aboutsummaryrefslogtreecommitdiffstats
path: root/test/csit/plans/cli/sanity-check/setup.sh
diff options
context:
space:
mode:
authorsubhash kumar singh <subhash.kumar.singh@huawei.com>2017-10-17 11:35:42 +0000
committersubhash kumar singh <subhash.kumar.singh@huawei.com>2017-10-17 11:35:42 +0000
commitd9c45f10ed7d76e01a0667149371e738c84c9fb3 (patch)
tree2ba3ce40feb159556043a82a75094cb3138cd656 /test/csit/plans/cli/sanity-check/setup.sh
parentdd42cd54553f51e1aa6294d678b814ffed2b740e (diff)
Fix integration test for CLI
Fix CSIT for CLI, due to consule failed registration. Change-Id: I5c232a6c30696c4b192db101637f168edf0de52a Issue-ID: CLI-56 Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
Diffstat (limited to 'test/csit/plans/cli/sanity-check/setup.sh')
-rw-r--r--test/csit/plans/cli/sanity-check/setup.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/csit/plans/cli/sanity-check/setup.sh b/test/csit/plans/cli/sanity-check/setup.sh
index d1d0ab6f0..17fb18c45 100644
--- a/test/csit/plans/cli/sanity-check/setup.sh
+++ b/test/csit/plans/cli/sanity-check/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}