action #159465
closed[qe-core][qem]test fails in bind
100%
Description
Description¶
New sle15-sp6 is introduced, we may fix our test code to enable this VERSION like below:
At the same time, one more issue is seen with the test https://openqa.suse.de/tests/14121552#step/bind/46, And seems the 'krb5-config' is not list in default PATH, we may need to handle it.
%files devel
-----
%{_prefix}/lib/mit/bin/krb5-config
%{_prefix}/lib/mit/sbin/krb5-send-pr
%{_mandir}/man1/krb5-config.1%{?ext_man}
%{_datadir}/aclocal/ac_check_krb5.m4
Observation¶
openQA test in scenario sle-15-SP6-Server-DVD-Updates-x86_64-mau-bind@64bit fails in
bind
Test suite description¶
Testsuite maintained at https://gitlab.suse.de/qa-maintenance/qam-openqa-yml.
Reproducible¶
Fails since (at least) Build 20240421-1
Expected result¶
Last good: (unknown) (or more recent)
Further details¶
Always latest result in this scenario: latest
Updated by dzedro 7 months ago
- Status changed from New to In Progress
bind test on 15-SP6 does not work because it requires pytest, there is python311-pytest, but the system python is 3.6
At the end bind is compiled with pytest present but the tests will fail
usage: convert-junit-to-trs.py [-h] junit_file
convert-junit-to-trs.py: error: argument junit_file: can't open 'rpz.xml': [Errno 2] No such file or directory: 'rpz.xml'
FAIL: rpz
usage: convert-junit-to-trs.py [-h] junit_file
convert-junit-to-trs.py: error: argument junit_file: can't open 'rpzrecurse.xml': [Errno 2] No such file or directory: 'rpzrecurse.xml'
FAIL: rpzrecurse
15-SP5 is ok https://openqa.suse.de/tests/14123485