aboutsummaryrefslogtreecommitdiffstats
path: root/plans
diff options
context:
space:
mode:
authorjhh <jorge.hernandez-herrero@att.com>2019-04-29 20:17:45 -0500
committerBilal A <bilal@research.att.com>2019-06-03 17:58:53 +0000
commit1e0b621a2449411fcd0e5f2cce247170b6d12bd7 (patch)
tree1b10ec7b8e57629431a5e0f7b61d752a1d89e12b /plans
parent7c6988932beb63e6c572e14086983208cd61ca34 (diff)
Restructure CSITs for info and timeouts
Change-Id: I8a1bf5d44da267e58f26e877fc0eba7189166424 Issue-ID: POLICY-1712 Signed-off-by: jhh <jorge.hernandez-herrero@att.com> (cherry picked from commit de399b090495c66e7c8ae5f07c1b60056b886656)
Diffstat (limited to 'plans')
-rwxr-xr-xplans/policy/drools-pdp/setup.sh4
-rwxr-xr-xplans/policy/health/setup.sh4
2 files changed, 8 insertions, 0 deletions
diff --git a/plans/policy/drools-pdp/setup.sh b/plans/policy/drools-pdp/setup.sh
index 459805be..4851cd7e 100755
--- a/plans/policy/drools-pdp/setup.sh
+++ b/plans/policy/drools-pdp/setup.sh
@@ -17,6 +17,10 @@
# Place the scripts in run order:
source ${SCRIPTS}/common_functions.sh
+docker login -u docker -p docker nexus3.onap.org:10001
+docker pull nexus3.onap.org:10001/onap/policy-common-alpine:1.4.0
+docker tag nexus3.onap.org:10001/onap/policy-common-alpine:1.4.0 onap/policy-common-alpine:1.4.0
+
source ${WORKSPACE}/scripts/policy/drools-pdp-script.sh
# Pass any variables required by Robot test suites in ROBOT_VARIABLES
diff --git a/plans/policy/health/setup.sh b/plans/policy/health/setup.sh
index c99af3fa..1b1155d8 100755
--- a/plans/policy/health/setup.sh
+++ b/plans/policy/health/setup.sh
@@ -17,6 +17,10 @@
# Place the scripts in run order:
source ${SCRIPTS}/common_functions.sh
+docker login -u docker -p docker nexus3.onap.org:10001
+docker pull nexus3.onap.org:10001/onap/policy-common-alpine:1.4.0
+docker tag nexus3.onap.org:10001/onap/policy-common-alpine:1.4.0 onap/policy-common-alpine:1.4.0
+
source ${WORKSPACE}/scripts/policy/engine.sh
# Pass any variables required by Robot test suites in ROBOT_VARIABLES