Fix filenames for robot tests in clamp helm csit 00/142300/2
authordanielhanrahan <daniel.hanrahan@est.tech>
Tue, 21 Oct 2025 10:34:31 +0000 (11:34 +0100)
committerDaniel Hanrahan <daniel.hanrahan@est.tech>
Wed, 22 Oct 2025 09:56:36 +0000 (09:56 +0000)
Recently Clamp CSITs were split into different flows, but scripts
were only updated for docker CSITs, not helm ones.
Note this fix enables the tests to run, however they not passing.

Issue-ID: POLICY-5460
Signed-off-by: danielhanrahan <daniel.hanrahan@est.tech>
Change-Id: I1a302e6e9e908c87186640a88e1be3b4f85281e8

csit/resources/scripts/config_setup.sh

index bd03995..6060968 100755 (executable)
@@ -18,7 +18,7 @@
 # SPDX-License-Identifier: Apache-2.0
 # ============LICENSE_END=========================================================
 
-export POLICY_CLAMP_ROBOT="policy-clamp-test.robot clamp-slas.robot"
+export POLICY_CLAMP_ROBOT="clamp-health-check.robot clamp-db-restore.robot clamp-single-element-test.robot clamp-timeout-test.robot clamp-migrate-rollback.robot clamp-trace-test.robot clamp-slas.robot"
 export POLICY_API_ROBOT="api-test.robot api-slas.robot"
 export POLICY_PAP_ROBOT="pap-test.robot pap-slas.robot"
 export POLICY_APEX_PDP_ROBOT="apex-pdp-test.robot apex-slas.robot"