- enabled gating tests
- rebuilt Resolves: RHEL-24037, RHEL-24038
This commit is contained in:
parent
14c339d15b
commit
7eff1ca8de
38
CI_plan.fmf
Normal file
38
CI_plan.fmf
Normal file
@ -0,0 +1,38 @@
|
||||
/tier1-tests-on-x86_64-with-swtok:
|
||||
|
||||
summary: opencryptoki Tier1 tests on x86_64 with swtok
|
||||
|
||||
tag:
|
||||
- Tier1
|
||||
|
||||
discover:
|
||||
url: https://src.fedoraproject.org/tests/opencryptoki.git
|
||||
filter: "tag:Tier1"
|
||||
how: fmf
|
||||
test:
|
||||
- "Sanity/.*"
|
||||
- "Regression/.*"
|
||||
|
||||
execute:
|
||||
how: tmt
|
||||
|
||||
/sw-token-package-update:
|
||||
|
||||
summary: perform opencryptoki package update on a configured SW token
|
||||
|
||||
prepare:
|
||||
- how: shell
|
||||
order: 90
|
||||
script:
|
||||
- dnf -y downgrade 'opencryptoki*'
|
||||
|
||||
discover:
|
||||
url: https://src.fedoraproject.org/tests/opencryptoki.git
|
||||
how: fmf
|
||||
test:
|
||||
- /Update/initialized-sw-token/setup
|
||||
- /Update/dnf-update-opencryptoki
|
||||
- /Update/initialized-sw-token/test
|
||||
|
||||
execute:
|
||||
how: tmt
|
7
gating.yaml
Normal file
7
gating.yaml
Normal file
@ -0,0 +1,7 @@
|
||||
--- !Policy
|
||||
product_versions:
|
||||
- rhel-*
|
||||
decision_context: osci_compose_gate
|
||||
rules:
|
||||
- !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.openstack-tier1.functional}
|
||||
- !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.beaker-tier1.functional}
|
@ -1,7 +1,7 @@
|
||||
Name: opencryptoki
|
||||
Summary: Implementation of the PKCS#11 (Cryptoki) specification v3.0
|
||||
Version: 3.23.0
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
License: CPL-1.0
|
||||
URL: https://github.com/opencryptoki/opencryptoki
|
||||
Source0: https://github.com/opencryptoki/%{name}/archive/v%{version}/%{name}-%{version}.tar.gz
|
||||
@ -348,6 +348,11 @@ fi
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Apr 16 2024 Than Ngo <than@redhat.com> - 3.23.0-2
|
||||
- enable gating tests
|
||||
|
||||
Resolves: RHEL-24037, RHEL-24038
|
||||
|
||||
* Wed Feb 07 2024 Than Ngo <than@redhat.com> - 3.23.0-1
|
||||
- 3.23.0
|
||||
* EP11: Add support for FIPS-session mode
|
||||
|
Loading…
Reference in New Issue
Block a user