Add gating configuration and a simple smoke test

This commit is contained in:
Tomas Orsava 2022-02-16 15:19:59 +01:00 committed by Stepan Oksanichenko
parent 8c59ae8790
commit d0fcfd7e23
5 changed files with 24 additions and 1 deletions

1
.fmf/version Normal file
View File

@ -0,0 +1 @@
1

1
.python-pluggy.metadata Normal file
View File

@ -0,0 +1 @@
828b2c10996d902b8c47f2fded0e101c636b9ff9 pluggy-0.13.1.tar.gz

6
gating.yaml Normal file
View File

@ -0,0 +1,6 @@
--- !Policy
product_versions:
- rhel-9
decision_context: osci_compose_gate
rules:
- !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional}

11
plans.fmf Normal file
View File

@ -0,0 +1,11 @@
discover:
- name: Smoke-tests
how: shell
tests:
- name: python-import-test
test: python3 -c 'import pluggy'
require:
- python3-pluggy
duration: 1m
execute:
how: tmt

View File

@ -5,7 +5,7 @@
Name: python-pluggy
Version: 0.13.1
Release: 6%{?dist}
Release: 7%{?dist}
Summary: The plugin manager stripped of pytest specific details
License: MIT
@ -64,6 +64,10 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} %{__python3} -m pytest testing -k "not
%changelog
* Wed Feb 16 2022 Tomas Orsava <torsava@redhat.com> - 0.13.1-7
- Add gating configuration and a simple smoke test
- Related: rhbz#1950291
* Tue Feb 08 2022 Tomas Orsava <torsava@redhat.com> - 0.13.1-6
- Add automatically generated Obsoletes tag with the python39- prefix
for smoother upgrade from RHEL8