Project

General

Profile

action #161057

Updated by ph03nix about 2 months ago

We have FIPS images (e.g. https://registry.suse.com/repositories/suse-ltss-sle15-3-bci-base-fips) that allow a container to run in FIPS mode even when the host is not in FIPS mode. Currently the FIPS test runs for those images are being skipped on non-FIPS hosts. 

 In short: For FIPS images we need to run the FIPS tests, even when those are running on non-FIPS hosts. 

 Currently the FIPS tests are skipped on non-FIPS hosts. We need to add an exception for the FIPS images in [BCI-Tests](https://github.com/SUSE/BCI-tests). 

 ## Acceptance criteria 

 * Run the FIPS tests for FIPS images on non-FIPS hosts 

 ## Further references 

 * https://suse.slack.com/archives/C02CGKBCGT1/p1716885677062109 
 * e.g. https://openqa.suse.de/tests/14423907#step/_root_BCI-tests_fips_/1 should not be skipped

Back