action #115622
closedcoordination #121876: [epic] Handle openQA review failures in Yam squad - SLE 15 SP5
Install kdumptool where needed and fix synchronization failure in yast kdump module
Description
Motivation¶
Kdump is not a dependency of yast2-kdump module in SLE15-SP5 and is no longer installed when yast2-kdump is installed.
This behavior is intended as can be seen in bsc#1202535 and is a feature, not a bug.
However this may be the cause of failures on our yast2_kdump testsuite, which need to be investigated (they are differ by architecture).
- aarch64 and x86_64: both fail because kdumptool is not available, which makes sense since kdump has not been installed. Even when installing kdump however, the testsuites fail because no crashkernel arguments have been added in grub config.
- ppc64le : test does not catch the expected restart popup
- s390x : code execution finished too early
Scope¶
https://openqa.suse.de/tests/overview?arch=&flavor=&machine=&test=&modules=yast2_kdump&module_re=&distri=sle&version=15-SP5&build=15.2&groupid=129#
ppc64le-spvm
is hit by a libyui bug (bsc#1202575) but the rest architectures failures are within scope.
Acceptance criteria¶
AC1: Setup properly the kdump installing only for SLE-15-SP5 necessary tools and fix sync issues with reboot screen.
AC2: File found bugs if any.
Suggestions¶
When fixing sync issues, please take a look to Kernel squad where this module is used for real, doing a real kdump, not just configuring it.
Perhaps we need to install development module, this test suite is still linked to Functional job group to an interactive installation, we should aim to have a textmode installation with development module included in the future.