Update to qatengine 0.6.19
Resolves: rhbz#2082435 Signed-off-by: Vladis Dronov <vdronov@redhat.com>
This commit is contained in:
parent
b6744eed4a
commit
c9e2839f3e
4
.gitignore
vendored
4
.gitignore
vendored
@ -1,2 +1,2 @@
|
|||||||
SOURCES/qatengine-0.6.15.tar.gz
|
SOURCES/qatengine-0.6.19.tar.gz
|
||||||
/qatengine-0.6.15.tar.gz
|
/qatengine-0.6.19.tar.gz
|
||||||
|
6
gating.yaml
Normal file
6
gating.yaml
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
--- !Policy
|
||||||
|
product_versions:
|
||||||
|
- rhel-8
|
||||||
|
decision_context: osci_compose_gate
|
||||||
|
rules:
|
||||||
|
- !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional}
|
@ -4,8 +4,8 @@
|
|||||||
%global enginesdir %(pkg-config --variable=enginesdir libcrypto)
|
%global enginesdir %(pkg-config --variable=enginesdir libcrypto)
|
||||||
|
|
||||||
Name: qatengine
|
Name: qatengine
|
||||||
Version: 0.6.15
|
Version: 0.6.19
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Intel QuickAssist Technology (QAT) OpenSSL Engine
|
Summary: Intel QuickAssist Technology (QAT) OpenSSL Engine
|
||||||
# Most of the source code is BSD, with the following exceptions:
|
# Most of the source code is BSD, with the following exceptions:
|
||||||
# - e_qat.txt, e_qat_err.c, and e_qat_err.h are OpenSSL
|
# - e_qat.txt, e_qat_err.c, and e_qat_err.h are OpenSSL
|
||||||
@ -46,6 +46,9 @@ autoreconf -ivf
|
|||||||
%exclude %{enginesdir}/qatengine.la
|
%exclude %{enginesdir}/qatengine.la
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Mar 07 2023 Vladis Dronov <vdronov@redhat.com> - 0.6.19-1
|
||||||
|
- Update to qatengine v0.6.19 (bz 2082435)
|
||||||
|
|
||||||
* Tue Sep 06 2022 Vladis Dronov <vdronov@redhat.com> - 0.6.15-2
|
* Tue Sep 06 2022 Vladis Dronov <vdronov@redhat.com> - 0.6.15-2
|
||||||
- Rebuild due to soverion bump (bz 2048036)
|
- Rebuild due to soverion bump (bz 2048036)
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (qatengine-0.6.15.tar.gz) = 5a310382df090c63c5730584f4916963d6772bbe8695d284ed11ff2b527936823c6458aa23da457edd2f16e6906d364ac47d8bf84c1d84d6272ceda79bb0f45c
|
SHA512 (qatengine-0.6.19.tar.gz) = 02dda5797b0d44c38e8257981351a477f11bf28fc58d59f8fbdc29669d27bbc4e7255a58ac32ad7ac2fb9ca1f349d2178cf93962625838115aaff34be73aadef
|
||||||
|
13
tests/README
Normal file
13
tests/README
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
these tests should be configured as BaseOS CI tests (not as OSCI tests), as
|
||||||
|
they require an x86_64 machine with QAT_4XXX (or later) hardware, so should
|
||||||
|
be run in Beaker.
|
||||||
|
see: https://docs.engineering.redhat.com/display/RTT/Onboarding+gating+tests
|
||||||
|
and: https://docs.engineering.redhat.com/pages/viewpage.action?pageId=53110084
|
||||||
|
and: https://docs.engineering.redhat.com/display/RTT/Creating+and+Updating+beaker+test
|
||||||
|
|
||||||
|
see https://bugzilla.redhat.com/show_bug.cgi?id=1747499#c35 for the details:
|
||||||
|
|
||||||
|
> There is no make test inside qatengine. And yes the test procedures you mentioned
|
||||||
|
> in README are enough to test it with OpenSSL.
|
||||||
|
> https://github.com/intel/QAT_Engine#test-the-intel-quickassist-technology-openssl-engine
|
||||||
|
> https://github.com/intel/QAT_Engine#run-speed-with-the-intel-quickassist-technology-openssl-engine
|
6
tests/nulltest.sh
Executable file
6
tests/nulltest.sh
Executable file
@ -0,0 +1,6 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
# we cannot test this since there is no machine with QAT_4XXX hardware in Beaker as of now
|
||||||
|
# Intel promised us to provide OtherQA for qatlib, qatengine and QAT kernel patchsets
|
||||||
|
echo QATEngine nulltest is PASS
|
||||||
|
exit 0
|
10
tests/tests.yml
Normal file
10
tests/tests.yml
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
---
|
||||||
|
- hosts: localhost
|
||||||
|
roles:
|
||||||
|
- role: standard-test-basic
|
||||||
|
tags:
|
||||||
|
- classic
|
||||||
|
tests:
|
||||||
|
- nulltest:
|
||||||
|
dir: .
|
||||||
|
run: nulltest.sh
|
Loading…
Reference in New Issue
Block a user