Project

General

Profile

Actions

action #159465

open

[qe-core][qem]test fails in bind

Added by rfan1 10 days ago. Updated 10 days ago.

Status:
In Progress
Priority:
Normal
Assignee:
Category:
Bugs in existing tests
Target version:
Start date:
2024-04-23
Due date:
% Done:

0%

Estimated time:
Difficulty:

Description

Description

New sle15-sp6 is introduced, we may fix our test code to enable this VERSION like below:

https://github.com/os-autoinst/os-autoinst-distri-opensuse/pull/19169/files#diff-d03ceee72be8cda0ca82bc3aef989c911a3ff7999f7e99d69969521451e6bba4

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

Actions #1

Updated by dzedro 10 days 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

Actions

Also available in: Atom PDF