aboutsummaryrefslogtreecommitdiffstats
path: root/plans
diff options
context:
space:
mode:
authorMariusz Wagner <mariusz.wagner@nokia.com>2019-04-16 07:25:57 +0000
committerGerrit Code Review <gerrit@onap.org>2019-04-16 07:25:57 +0000
commit8377a6b1e5a775dfe6686aaae1da70d54568b0a0 (patch)
tree5c89e878c4fdaf0fe5809e08a34fa52a214d7d30 /plans
parent329de3e8b964a3736ebae26c1be7007a483c73dd (diff)
parentfba99a52e971c0069b51a2bdce0f6cde9302f018 (diff)
Merge "Attempt to check CSIT Wait for CBS startup"
Diffstat (limited to 'plans')
-rw-r--r--plans/dcaegen2/prh-testsuites/setup.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/plans/dcaegen2/prh-testsuites/setup.sh b/plans/dcaegen2/prh-testsuites/setup.sh
index 5ce3d0e6..31e2d981 100644
--- a/plans/dcaegen2/prh-testsuites/setup.sh
+++ b/plans/dcaegen2/prh-testsuites/setup.sh
@@ -15,6 +15,8 @@ cd ${WORKSPACE}/tests/dcaegen2/prh-testcases/resources/
pip uninstall -y docker-py
pip uninstall -y docker
pip install -U docker
+docker login -u docker -p docker https://nexus3.onap.org:10001
+
docker-compose up -d --build
# Extract docker images IPs
@@ -47,4 +49,4 @@ wait_for_service_init localhost:8100/heartbeat
wait_for_service_init localhost:8200/heartbeat
# #Pass any variables required by Robot test suites in ROBOT_VARIABLES
-ROBOT_VARIABLES="-v DMAAP_SIMULATOR_SETUP:${DMAAP_SIMULATOR_IP}:2224 -v AAI_SIMULATOR_SETUP:${AAI_SIMULATOR_IP}:3335"
+ROBOT_VARIABLES="-v DMAAP_SIMULATOR_SETUP:${DMAAP_SIMULATOR_IP}:2224 -v AAI_SIMULATOR_SETUP:${AAI_SIMULATOR_IP}:3335 -v CONSUL_SETUP:${CONSUL_IP}:8500"