summaryrefslogtreecommitdiffstats
path: root/csit/resources/scripts
diff options
context:
space:
mode:
authorrameshiyer27 <ramesh.murugan.iyer@est.tech>2024-06-13 13:52:16 +0000
committerrameshiyer27 <ramesh.murugan.iyer@est.tech>2024-06-13 16:19:28 +0000
commit4f25dde65158bf67ce4ad02d2a9aa76c3d28f4b5 (patch)
treedd7135a2e6c14a5873f1a2cc3054503f1c3aee16 /csit/resources/scripts
parent7bfa0fdd418317bbe90b569c7daa787f17e656bc (diff)
Add group id for operation topic
Group id added for operation topic config Fix K8s test cases that were not invoked in clamp due to a missing env variable. Issue-ID: POLICY-5031 Change-Id: I1b48509091717317a2e501cc1d19e4b9da69c5c8 Signed-off-by: zrrmmua <ramesh.murugan.iyer@est.tech>
Diffstat (limited to 'csit/resources/scripts')
-rwxr-xr-xcsit/resources/scripts/run-test.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/csit/resources/scripts/run-test.sh b/csit/resources/scripts/run-test.sh
index 9b01d352..fb7d30bb 100755
--- a/csit/resources/scripts/run-test.sh
+++ b/csit/resources/scripts/run-test.sh
@@ -23,7 +23,6 @@ echo "Invoking the robot tests from: ${ROBOT_FILE}"
DEFAULT_PORT=6969
DATA=/opt/robotworkspace/models/models-examples/src/main/resources/policies
NODETEMPLATES=/opt/robotworkspace/models/models-examples/src/main/resources/nodetemplates
-CLAMP_K8S_TEST=${K8S_TEST}
POLICY_API_IP=policy-api:${DEFAULT_PORT}
@@ -64,7 +63,7 @@ ROBOT_VARIABLES="-v DATA:${DATA}
-v DROOLS_IP_2:${DROOLS_IP_2}
-v TEMP_FOLDER:${DIST_TEMP_FOLDER}
-v DISTRIBUTION_IP:${DISTRIBUTION_IP}
--v CLAMP_K8S_TEST:${CLAMP_K8S_TEST}"
+-v TEST_ENV:${TEST_ENV}"
export ROBOT_VARIABLES