action #152699
closed[qe-core] Enable sys-param-check for SLE 15-SP6
0%
Description
When something is changing, usually there was email communication with SAP; When looking at TW, we need to keep in mind that this might not be the case as TW is a community-driven project; however, information or initial question will help us to have answers to those questions months before they hit us
While in the past we were wary of whether SAP would approve these changes, in reality they would like a heads-up about upcoming changes and these being documented somewhere.
See also: https://progress.opensuse.org/issues/121684
Notes:¶
- See how previous SP's are added at https://github.com/openSUSE/sys-param-check/pulls?q=is%3Apr+is%3Aclosed
- If the testsuite fails, check the changes done in Tumbleweed and document them as per #124730 (if it isn't resolved, see https://confluence.suse.com/display/qasle/What+to+do+when+sys-param-check)
Acceptance Criteria¶
- Test is enabled for SLE 15 SP6
- Changes introduced so far, are documented (delta from 15-SP5)
Files
Updated by rfan1 11 months ago
- Status changed from Workable to In Progress
# openqa-cli api -X post isos --osd _GROUP_ID=477 FLAVOR=Online DISTRI=sle ARCH=x86_64 VERSION=15-SP6 BUILD=45.1 TEST=sles-sys-param-check
{"count":0,"failed":[{"error_messages":["START_AFTER_TEST=create_hdd_textmode_autoyast@64bit-2gbram not found - check for dependency typos and dependency cycles"],"job_id":13135907}],"ids":[],"scheduled_product_id":2019423}
Case is failed due to proxy scc problem.
Updated by rfan1 11 months ago · Edited
- Status changed from Blocked to In Progress
https://openqa.suse.de/tests/13186031# [Test codes copied from sle15sp5]
https://openqa.suse.de/tests/13186107# [Test codes copied form TW with NIC name change ens4
to eth0
]
See https://github.com/rfan1/sys-param-check/tree/sle15sp6.
However, some new failures can be seen in both. I need to double check if they are expected
Updated by rfan1 11 months ago · Edited
The latest passed job with some changes for the sysctl.robot
file, I added some new parameters [~40] with a new installed sle15sp6 system with sysctl -a
command based on the one copied from tw.
https://openqa.suse.de/tests/13193603#
code can be found at https://github.com/rfan1/sys-param-check/tree/sle15sp6_new
One bug is opened: https://bugzilla.suse.com/show_bug.cgi?id=1218529
Updated by rfan1 11 months ago
As confirmed with developer, the bug https://bugzilla.suse.com/show_bug.cgi?id=1218529 should be by design.
PR is ready for review now.
https://github.com/openSUSE/sys-param-check/pull/10