aboutsummaryrefslogtreecommitdiffstats
path: root/csit
diff options
context:
space:
mode:
authorLiam Fallon <liam.fallon@est.tech>2023-03-01 09:38:05 +0000
committerGerrit Code Review <gerrit@onap.org>2023-03-01 09:38:05 +0000
commitfde3ffa6e508ae30945c8f2fefbf941bf6d42074 (patch)
tree5995ce302d5ccbbf9740aef5d829bad6def57906 /csit
parent0800c95d2398b6b53517184c2e5f46546274f558 (diff)
parent93fd9983e1eb8438d0836625d7061302e054d04c (diff)
Merge "Add helm charts for drools,xacml pdps"
Diffstat (limited to 'csit')
-rwxr-xr-xcsit/run-k8s-csit.sh6
1 files changed, 5 insertions, 1 deletions
diff --git a/csit/run-k8s-csit.sh b/csit/run-k8s-csit.sh
index 22a67f9c..082ab036 100755
--- a/csit/run-k8s-csit.sh
+++ b/csit/run-k8s-csit.sh
@@ -1,7 +1,7 @@
#!/bin/bash
#
# ============LICENSE_START====================================================
-# Copyright (C) 2022 Nordix Foundation.
+# Copyright (C) 2022-2023 Nordix Foundation.
# =============================================================================
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -33,6 +33,8 @@ POLICY_API_CONTAINER="policy-api"
POLICY_PAP_CONTAINER="policy-pap"
POLICY_CLAMP_CONTAINER="policy-clamp-runtime-acm"
POLICY_APEX_CONTAINER="policy-apex-pdp"
+POLICY_DROOLS_CONTAINER="policy-drools-pdp"
+POLICY_XACML_CONTAINER="policy-xacml-pdp"
export PROJECT=""
export ROBOT_FILE=""
@@ -153,10 +155,12 @@ function get_robot_file () {
xacml-pdp | policy-xacml-pdp)
export ROBOT_FILE=($POLICY_XACML_PDP_ROBOT)
+ export READINESS_CONTAINERS=($POLICY_XACML_CONTAINER)
;;
drools-pdp | policy-drools-pdp)
export ROBOT_FILE=($POLICY_DROOLS_PDP_ROBOT)
+ export READINESS_CONTAINERS=($POLICY_DROOLS_CONTAINER)
;;
*)