From: danielhanrahan Date: Tue, 21 Oct 2025 10:34:31 +0000 (+0100) Subject: Fix filenames for robot tests in clamp helm csit X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F00%2F142300%2F2;p=policy%2Fdocker.git 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 --- 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"