Fix for plan names to import

This commit is contained in:
George Pantelakis 2025-07-04 13:31:09 +02:00
parent 5a270afcee
commit 12e10e275a
2 changed files with 3 additions and 4 deletions

View File

@ -7,4 +7,3 @@ rules:
- !PassingTestCaseRule {test_case_name: osci.brew-build./plans/ci/fips-disabled-buildroot-enabled.functional}
- !PassingTestCaseRule {test_case_name: osci.brew-build./plans/ci/fips-enabled-buildroot-disabled.functional}
- !PassingTestCaseRule {test_case_name: osci.brew-build./plans/ci/fips-enabled-buildroot-enabled.functional}
- !PassingTestCaseRule {test_case_name: manual.sst_security_crypto.openssl.streamspreadprevent}

View File

@ -9,18 +9,18 @@
plan:
import:
url: https://pkgs.devel.redhat.com/git/tests/openssl
name: /Plans/ci/fips-disabled-buildroot-disabled
name: /Plans/ci/fips-disabled-buildroot-enabled
/fips-enabled-buildroot-disabled:
plan:
import:
url: https://pkgs.devel.redhat.com/git/tests/openssl
name: /Plans/ci/fips-disabled-buildroot-disabled
name: /Plans/ci/fips-enabled-buildroot-disabled
/fips-enabled-buildroot-enabled:
plan:
import:
url: https://pkgs.devel.redhat.com/git/tests/openssl
name: /Plans/ci/fips-disabled-buildroot-disabled
name: /Plans/ci/fips-enabled-buildroot-enabled