Add gating test
related: RHEL-13739
This commit is contained in:
parent
02e3f76471
commit
f4907c3180
1
.fmf/version
Normal file
1
.fmf/version
Normal file
@ -0,0 +1 @@
|
|||||||
|
1
|
@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
Name: cepces
|
Name: cepces
|
||||||
Version: 0.3.7
|
Version: 0.3.7
|
||||||
Release: 4%{?dist}
|
Release: 5%{?dist}
|
||||||
Summary: Certificate Enrollment through CEP/CES
|
Summary: Certificate Enrollment through CEP/CES
|
||||||
|
|
||||||
License: GPL-3.0-or-later
|
License: GPL-3.0-or-later
|
||||||
@ -179,6 +179,9 @@ fi
|
|||||||
%files selinux -f selinux-files.txt
|
%files selinux -f selinux-files.txt
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Nov 14 2023 Andreas Schneider <asn@redhat.com> - 0.3.7-5
|
||||||
|
- related: RHEL-13739 - Add gating tests
|
||||||
|
|
||||||
* Thu Nov 09 2023 Andreas Schneider <asn@redhat.com> - 0.3.7-4
|
* Thu Nov 09 2023 Andreas Schneider <asn@redhat.com> - 0.3.7-4
|
||||||
- resolves: RHEL-13739 - Add package to CentOS 9 Stream
|
- resolves: RHEL-13739 - Add package to CentOS 9 Stream
|
||||||
|
|
||||||
|
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}
|
5
tests/smoke.fmf
Normal file
5
tests/smoke.fmf
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
test: python3 -c 'import cepces; cepces.Base()'
|
||||||
|
framework: shell
|
||||||
|
require:
|
||||||
|
- python3
|
||||||
|
- python3-cepces
|
Loading…
Reference in New Issue
Block a user