From 3a0d42a16572b36b76aee062294f452b9406248e Mon Sep 17 00:00:00 2001 From: danielhanrahan Date: Tue, 21 Oct 2025 11:34:31 +0100 Subject: [PATCH] Fix filenames for robot tests in clamp helm csit 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 Change-Id: I1a302e6e9e908c87186640a88e1be3b4f85281e8 --- csit/resources/scripts/config_setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csit/resources/scripts/config_setup.sh b/csit/resources/scripts/config_setup.sh index bd039958..6060968a 100755 --- a/csit/resources/scripts/config_setup.sh +++ b/csit/resources/scripts/config_setup.sh @@ -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" -- 2.16.6