diff options
author | Gary Wu <gary.i.wu@huawei.com> | 2018-04-18 19:41:23 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-04-18 19:41:23 +0000 |
commit | 77f16c3e8ab11ba9cc1f1e0f9b8722756ef006aa (patch) | |
tree | ad46c12eed170b6694594e6f86c50efd82a8bed4 /test/csit/scripts/dmaap-message-router/dmaap-mr-launch.sh | |
parent | 73dd1441e879ecc8622a4a53f479e97547d2cf2f (diff) | |
parent | 5a2d8971ce96590ab3d76d313a6f571a37768552 (diff) |
Merge "Script for integration with MR"
Diffstat (limited to 'test/csit/scripts/dmaap-message-router/dmaap-mr-launch.sh')
-rwxr-xr-x | test/csit/scripts/dmaap-message-router/dmaap-mr-launch.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/csit/scripts/dmaap-message-router/dmaap-mr-launch.sh b/test/csit/scripts/dmaap-message-router/dmaap-mr-launch.sh index 95fecff39..c439a97ad 100755 --- a/test/csit/scripts/dmaap-message-router/dmaap-mr-launch.sh +++ b/test/csit/scripts/dmaap-message-router/dmaap-mr-launch.sh @@ -36,6 +36,7 @@ function dmaap_mr_launch() { cd $WORKSPACE/archives/dmaapmr #unset http_proxy https_proxy git clone --depth 1 http://gerrit.onap.org/r/dmaap/messagerouter/messageservice -b master + cd messageservice git pull cd $WORKSPACE/archives/dmaapmr/messageservice/src/main/resources/docker-compose cp $WORKSPACE/archives/dmaapmr/messageservice/bundleconfig-local/etc/appprops/MsgRtrApi.properties /var/tmp/ |