Actions
action #109133
closed[sle][security][sle15sp4][powerVM][FIPS][automation] fips_ker_mode_Firefox_powervm
Start date:
2022-03-23
Due date:
% Done:
100%
Estimated time:
30.00 h
Difficulty:
Description
Actions
Added by rfan1 almost 3 years ago. Updated over 2 years ago.
100%
Description
PR merged,
Thanks all for the kindly help
Hello rfan1, I see that there has been a PR making changes to the FIPS-related tests merged today. Since today's runs, we've been having failures in fips_setup in maintenance on all our products - SLE12-SP4 and SP5, and from SLE15-GA up. Example of the failure: https://openqa.suse.de/tests/8481542#step/fips_setup/27
Could you please check whether your changes could have something to do with it?
Thank you!
vsvecova wrote:
Hello rfan1, I see that there has been a PR making changes to the FIPS-related tests merged today. Since today's runs, we've been having failures in fips_setup in maintenance on all our products - SLE12-SP4 and SP5, and from SLE15-GA up. Example of the failure: https://openqa.suse.de/tests/8481542#step/fips_setup/27
Could you please check whether your changes could have something to do with it?
Thank you!
- $self->wait_boot(bootloader_time => 200);
+ reconnect_mgmt_console if is_pvm;
+ $self->wait_boot(textmode => 1, ready_time => 600, bootloader_time => 300);
I think my code breaks the original logic to access the gnome console, I will push a new fix asap
rfan1 wrote:
vsvecova wrote:
Hello rfan1, I see that there has been a PR making changes to the FIPS-related tests merged today. Since today's runs, we've been having failures in fips_setup in maintenance on all our products - SLE12-SP4 and SP5, and from SLE15-GA up. Example of the failure: https://openqa.suse.de/tests/8481542#step/fips_setup/27
Could you please check whether your changes could have something to do with it?
Thank you!
- $self->wait_boot(bootloader_time => 200); + reconnect_mgmt_console if is_pvm; + $self->wait_boot(textmode => 1, ready_time => 600, bootloader_time => 300);
I think my code breaks the original logic to access the gnome console, I will push a new fix asap