Actions
action #178411
open[security][SLE16] git test fails to clone from local repository, and too little failure testing
Start date:
Due date:
% Done:
0%
Estimated time:
8.00 h
Difficulty:
Description
openQA test in scenario sle-16.0-Online-x86_64-fips_ker_mode_textmode_extra@64bit fails in
git
It fails to clone from localhost, possibly a permission/selinux problem, or some SSH problem (note sshd reportedly not installed by default currently)?
Notably also the actual failure comes much later, there could be possibly more error checking.
Acceptance Criteria¶
- Fix the issue itself, by making the test more robust by preparing the system the way SLE 16 needs
- Add some more error checking in the git test module where useful (OTOH it did fail in the end and it did not take too much time to notice the real problem, but still consider adding something)
Updated by emiler about 1 month ago
- Status changed from Workable to In Progress
- Assignee set to emiler
Updated by emiler about 1 month ago
- Status changed from In Progress to Blocked
The issue is with openssl
and, by extension, crypto-policies
. See https://bugzilla.suse.com/show_bug.cgi?id=1231748 for more info.
For now we can only improve failure checking in the test logic, since the issue starts happening way before we reach the test failure point.
Updated by emiler about 1 month ago
It was narrowed down to missing openssl3 components. https://bugzilla.suse.com/show_bug.cgi?id=1239509
Actions