diff options
author | dglFromAtt <dgl@research.att.com> | 2018-03-03 11:57:29 -0500 |
---|---|---|
committer | dglFromAtt <dgl@research.att.com> | 2018-03-03 11:58:11 -0500 |
commit | 62b8b1254aff20a874a2867fda42bbaf3bb1b193 (patch) | |
tree | 4de1e9de7723cc9b884e7ebcae3c223674be89ba /test/csit/scripts/dmaap-buscontroller/onapCSIT.env | |
parent | 10d984c3606b5c6a026dea4b9df0954d74d0a8d1 (diff) |
Initial CSIT framework for dmaap/buscontroller
Change-Id: I068ccaafbeeea0d08949e83cccac56a238901aa3
Signed-off-by: dglFromAtt <dgl@research.att.com>
Issue-ID: DMAAP-318
Diffstat (limited to 'test/csit/scripts/dmaap-buscontroller/onapCSIT.env')
-rw-r--r-- | test/csit/scripts/dmaap-buscontroller/onapCSIT.env | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/test/csit/scripts/dmaap-buscontroller/onapCSIT.env b/test/csit/scripts/dmaap-buscontroller/onapCSIT.env new file mode 100644 index 000000000..58432e6a7 --- /dev/null +++ b/test/csit/scripts/dmaap-buscontroller/onapCSIT.env @@ -0,0 +1,18 @@ +#!/bin/bash +# +# environment settings for Dmaap Bus Controller Integration Test. +# assumes args are: +# $1 - FQDN of AAF server +# $2 - FQDN of MR server +# $3 - FQDN of DRPS Server +# Only need to set values where defaults aren't appropriate +# +cat <<!EOF +DMAAPBC_INT_HTTPS_PORT=0 +DMAAPBC_PG_ENABLED=false +DMAAPBC_INSTANCE_NAME=ONAP-CSIT +DMAAPBC_AAF_URL=https://${1}:1080/proxy/ +DMAAPBC_MR_CNAME=${2} +DMAAPBC_DRPROV_FQDN=${3} +DMAAPBC_CSIT=Yes +!EOF |