From 0fdcc61aa70ca0d22a9c15e6f40d992f3a6cfb7d Mon Sep 17 00:00:00 2001 From: kishore Date: Mon, 9 Oct 2017 08:19:36 -0500 Subject: Add Portal-SDK testcases Issue-ID:PORTAL-78 Change-Id: Ifac618405932eba001ebff54c76bb09dd086fff0 Signed-off-by: kishore --- test/csit/plans/portal-sdk/testsuite/.env | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 test/csit/plans/portal-sdk/testsuite/.env (limited to 'test/csit/plans/portal-sdk/testsuite/.env') 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 -- cgit 1.2.3-korg