diff options
author | Dominic Lunanuova <dgl@research.att.com> | 2018-04-17 20:59:12 +0000 |
---|---|---|
committer | Dominic Lunanuova <dgl@research.att.com> | 2018-04-18 15:10:57 +0000 |
commit | 5a2d8971ce96590ab3d76d313a6f571a37768552 (patch) | |
tree | 5b6112c3e08619df2a5e5019302857428b2c0d99 /test/csit/scripts/dmaap-message-router/dmaap-mr-launch.sh | |
parent | e03890faa26329ea7c1f8bc1aad0a8f1cda73e63 (diff) |
Script for integration with MR
Change-Id: I52a54b441992aad9dd7012a45556c2b84e121ba1
Signed-off-by: Dominic Lunanuova <dgl@research.att.com>
Issue-ID: DMAAP-320
Signed-off-by: Dominic Lunanuova <dgl@research.att.com>
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/ |