From 03dd59fe5a6ef0cc77c5a4fd61e8261b150d7e9e Mon Sep 17 00:00:00 2001 From: Krenzelok Frantisek Date: Mon, 13 Oct 2025 09:31:36 +0200 Subject: [PATCH] Fix gating.yaml test names The tests had incorrect names --- gating.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gating.yaml b/gating.yaml index 950ed12..a09f9ba 100644 --- a/gating.yaml +++ b/gating.yaml @@ -4,5 +4,5 @@ product_versions: decision_context: osci_compose_gate rules: - !PassingTestCaseRule {test_case_name: manual.sst_security_crypto.ca-certificates.streamspreadprevent} - - !PassingTestCaseRule {test_case_name: osci.brew-build./plans/ci/buildroot-enabled.functional} - - !PassingTestCaseRule {test_case_name: osci.brew-build./plans/ci/buildroot-disabled.functional} + - !PassingTestCaseRule {test_case_name: osci.brew-build./plans/ci/fips-disabled-buildroot-enabled.functional} + - !PassingTestCaseRule {test_case_name: osci.brew-build./plans/ci/fips-disabled-buildroot-disabled.functional}