Project

General

Profile

action #98123

Updated by jlausuch about 2 years ago

BCI repo should be also be tested on FIPS enabled system. 
 https://gitlab.suse.de/dancermak/bci-tests#testing-on-fips-enabled-systems 

 To do this, we should enable a single host version with fips enabled. 
 To enable fips on a VM, we need to change the kernel settings and reboot. 
 This is an example how it is done in JeOS 
 https://openqa.opensuse.org/tests/2419721#step/fips_setup/1 

 So, basically using this test: https://github.com/os-autoinst/os-autoinst-distri-opensuse/blob/master/tests/fips/fips_setup.pm 

 ## Acceptance criteria 
 - Create a new HDD (qcow2) based on 15-SP3 host with fips already enabled after boot. 
 - Add a new test suite in all BCI tests using this new Host and name it `bci_on_fips` or similar. 

Back