Fix integration test for CLI 65/19265/1
authorsubhash kumar singh <subhash.kumar.singh@huawei.com>
Tue, 17 Oct 2017 11:35:42 +0000 (11:35 +0000)
committersubhash kumar singh <subhash.kumar.singh@huawei.com>
Tue, 17 Oct 2017 11:35:42 +0000 (11:35 +0000)
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>
test/csit/plans/cli/sanity-check/setup.sh

index d1d0ab6..17fb18c 100644 (file)
@@ -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}