action #109133
closed[sle][security][sle15sp4][powerVM][FIPS][automation] fips_ker_mode_Firefox_powervm
100%
Description
Updated by rfan1 almost 3 years ago
- Copied from action #108782: [sle][security][sle15sp4][powerVM][FIPS][automation] installation with fips enabled [textmode && gnome mode] added
Updated by rfan1 almost 3 years ago
- Status changed from New to In Progress
- % Done changed from 0 to 40
- Estimated time changed from 10.00 h to 20.00 h
Updated by rfan1 over 2 years ago
- % Done changed from 40 to 70
- Estimated time changed from 20.00 h to 30.00 h
Updated by rfan1 over 2 years ago
Updated by rfan1 over 2 years ago
- Related to action #109404: [sle][security][sle15sp4][fips] automation on powerVM9 added
Updated by rfan1 over 2 years ago
- Status changed from In Progress to Feedback
- % Done changed from 70 to 90
PR merged,
Thanks all for the kindly help
Updated by vsvecova over 2 years ago
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!
Updated by rfan1 over 2 years ago
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
Updated by rfan1 over 2 years ago
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
Updated by rfan1 over 2 years ago
Updated by rfan1 over 2 years ago
- Status changed from Feedback to Resolved
- % Done changed from 90 to 100