From 31c61d495474985b8cc3460464f888651d0919ed Mon Sep 17 00:00:00 2001 From: rameshiyer27 Date: Sun, 21 Jan 2024 14:24:03 +0000 Subject: Add kafka support in K8s CSIT Issue-ID: POLICY-4402 Signed-off-by: zrrmmua Change-Id: I29ef966ed5eb70997574269ff6180f68d754383b --- csit/resources/scripts/setup-xacml-pdp.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'csit/resources/scripts/setup-xacml-pdp.sh') diff --git a/csit/resources/scripts/setup-xacml-pdp.sh b/csit/resources/scripts/setup-xacml-pdp.sh index 4511d91e..79a53bec 100755 --- a/csit/resources/scripts/setup-xacml-pdp.sh +++ b/csit/resources/scripts/setup-xacml-pdp.sh @@ -26,10 +26,11 @@ sleep 10 unset http_proxy https_proxy export SUITES="xacml-pdp-test.robot" +export KAFKA_IP="localhost:${KAFKA_PORT}" # wait for the app to start up "${SCRIPTS}"/wait_for_rest.sh localhost "${XACML_PORT}" ROBOT_VARIABLES="-v DATA:${DATA} -v POLICY_PDPX_IP:localhost:${XACML_PORT} -v POLICY_API_IP:localhost:${API_PORT} -v POLICY_PAP_IP:localhost:${PAP_PORT} --v KAFKA_IP:localhost:${KAFKA_PORT}" +-v KAFKA_IP:${KAFKA_IP}" -- cgit 1.2.3-korg