diff options
author | subhash kumar singh <subhash.kumar.singh@huawei.com> | 2017-10-17 11:35:42 +0000 |
---|---|---|
committer | subhash kumar singh <subhash.kumar.singh@huawei.com> | 2017-10-17 11:35:42 +0000 |
commit | d9c45f10ed7d76e01a0667149371e738c84c9fb3 (patch) | |
tree | 2ba3ce40feb159556043a82a75094cb3138cd656 /test/csit/plans/cli | |
parent | dd42cd54553f51e1aa6294d678b814ffed2b740e (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')
-rw-r--r-- | test/csit/plans/cli/sanity-check/setup.sh | 2 |
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} |