aboutsummaryrefslogtreecommitdiffstats
path: root/test/csit/plans/portal-sdk/testsuite/.env
diff options
context:
space:
mode:
authorkishore <kk707x@att.com>2017-10-09 08:19:36 -0500
committerkishore <kk707x@att.com>2017-10-09 13:36:09 -0500
commit0fdcc61aa70ca0d22a9c15e6f40d992f3a6cfb7d (patch)
treede6733cd7f323c3c92d8a070b7dd559ad8db1177 /test/csit/plans/portal-sdk/testsuite/.env
parentc3a1dbcf845db76d67d9ee7d15fd27fe9881e0e9 (diff)
Add Portal-SDK testcases
Issue-ID:PORTAL-78 Change-Id: Ifac618405932eba001ebff54c76bb09dd086fff0 Signed-off-by: kishore <kk707x@att.com>
Diffstat (limited to 'test/csit/plans/portal-sdk/testsuite/.env')
-rw-r--r--test/csit/plans/portal-sdk/testsuite/.env22
1 files changed, 22 insertions, 0 deletions
diff --git a/test/csit/plans/portal-sdk/testsuite/.env b/test/csit/plans/portal-sdk/testsuite/.env
new file mode 100644
index 000000000..1e882a0b3
--- /dev/null
+++ b/test/csit/plans/portal-sdk/testsuite/.env
@@ -0,0 +1,22 @@
+# Environment settings
+# used by docker-compose AND by other shell scripts
+# Host directory with config files
+
+LOGS_DIR=./logs
+PROPS_DIR=./properties
+
+
+# Directory within containers
+WEBAPPS_DIR=/opt/apache-tomcat-8.0.37/webapps
+
+# Following are ALSO used in demo/boot/portal_vm_init.sh
+EP_IMG_NAME=onap/portal-apps
+DB_IMG_NAME=onap/portal-db
+WMS_IMG_NAME=onap/portal-wms
+CLI_IMG_NAME=onap/cli
+
+# Tag all images with this
+PORTAL_TAG=1.3.0
+DOCKER_IMAGE_VERSION=1.3-STAGING-latest
+CLI_DOCKER_VERSION=1.1-STAGING-latest
+NEXUS_DOCKER_REPO=nexus3.onap.org:10003