Add gating test

related: RHEL-13739
This commit is contained in:
Andreas Schneider 2023-11-14 09:11:05 +01:00
parent 02e3f76471
commit f4907c3180
5 changed files with 20 additions and 1 deletions

1
.fmf/version Normal file
View File

@ -0,0 +1 @@
1

View File

@ -5,7 +5,7 @@
Name: cepces
Version: 0.3.7
Release: 4%{?dist}
Release: 5%{?dist}
Summary: Certificate Enrollment through CEP/CES
License: GPL-3.0-or-later
@ -179,6 +179,9 @@ fi
%files selinux -f selinux-files.txt
%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
- resolves: RHEL-13739 - Add package to CentOS 9 Stream

6
gating.yaml Normal file
View 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
plans.fmf Normal file
View File

@ -0,0 +1,4 @@
discover:
how: fmf
execute:
how: tmt

5
tests/smoke.fmf Normal file
View File

@ -0,0 +1,5 @@
test: python3 -c 'import cepces; cepces.Base()'
framework: shell
require:
- python3
- python3-cepces