Actions
action #164132
closed[qe-core] test fails in update_install
Status:
Resolved
Priority:
Normal
Assignee:
Category:
Bugs in existing tests
Target version:
Start date:
2024-07-18
Due date:
% Done:
0%
Estimated time:
Difficulty:
Tags:
Description
Observation¶
openQA test in scenario sle-15-SP6-Server-DVD-Incidents-Install-s390x-qam-incidentinstall@s390x-kvm fails in
update_install
Test suite description¶
Testsuite maintained at https://gitlab.suse.de/qa-maintenance/qam-openqa-yml. Incident Installation TEST
MAX_JOB_TIME=9000 due to long texlive update
Reproducible¶
Fails since (at least) Build :34809:openssl-ibmca (current job)
Expected result¶
Last good: :33885:python-Twisted (or more recent)
Further details¶
Always latest result in this scenario: latest
Updated by rfan1 4 months ago
- Status changed from New to In Progress
- Target version set to QE-Core: Ready
Based on spec file https://build.suse.de/projects/SUSE:Maintenance:34809/packages/openssl-ibmca.SUSE_SLE-15-SP6_Update/files/openssl-ibmca.spec?expand=1
The different package should have the same module files. let me try to fix it, however, I will ask for coordinator's confirmation before the PR merged.
%if "%{flavor}" == ""
%doc src/engine/ibmca-engine-opensslconfig
%doc src/provider/ibmca-provider-opensslconfig
%doc src/engine/openssl.cnf.sample
%{enginesdir}/ibmca.*
%{modulesdir}/ibmca-provider.*
%{_mandir}/man5/ibmca.5%{?ext_man}
%{_mandir}/man5/ibmca-provider.5%{?ext_man}
%endif
%if "%{flavor}" == "provider"
%doc src/provider/ibmca-provider-opensslconfig
%{modulesdir}/ibmca-provider.*
%{_mandir}/man5/ibmca-provider.5%{?ext_man}
%endif
%if "%{flavor}" == "engine"
%doc src/engine/ibmca-engine-opensslconfig
%doc src/engine/openssl.cnf.sample
%{enginesdir}/ibmca.*
%{_mandir}/man5/ibmca.5%{?ext_man}
%endif
%if "%{flavor}" == "openssl1_1"
%doc src/engine/openssl.cnf.sample
%{enginesdir}/ibmca.*
%{_mandir}/man5/ibmca.5%{?ext_man}
%endif
Updated by rfan1 4 months ago
I can get the confirmation now:
Nikolay GUEORGUIEV
3:38 PM
By the definition, you should not install all openssl-ibmca openssl-ibmca-engine openssl-ibmca-provider openssl1_1-ibmca at once. Only one package is needed.
openssl-ibmca should have both engine and provider for openssl-3.
openssl-ibmca-engine installs only the engine with openssl-3.
openssl-ibmca-provider is the recommended one for the openssl-3. Provider is recommended to be used by IBM.
openssl1_1-ibmca is the "old way" with openssl-1
Updated by rfan1 4 months ago
- Status changed from Feedback to Resolved
https://openqa.suse.de/tests/14958087# the latest run passed after PR merged.
Actions