Add gating configuration and a simple smoke test
This commit is contained in:
parent
e7028a8d5f
commit
d8630f82d7
1
.fmf/version
Normal file
1
.fmf/version
Normal file
@ -0,0 +1 @@
|
|||||||
|
1
|
1
.python-iniconfig.metadata
Normal file
1
.python-iniconfig.metadata
Normal file
@ -0,0 +1 @@
|
|||||||
|
f0d3a75f00752f75876468d04bf0cfbc05643b7e iniconfig-1.1.1.tar.gz
|
6
gating.yaml
Normal file
6
gating.yaml
Normal 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
11
plans.fmf
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
discover:
|
||||||
|
- name: Smoke-tests
|
||||||
|
how: shell
|
||||||
|
tests:
|
||||||
|
- name: python-import-test
|
||||||
|
test: python3 -c 'import iniconfig'
|
||||||
|
require:
|
||||||
|
- python3-iniconfig
|
||||||
|
duration: 1m
|
||||||
|
execute:
|
||||||
|
how: tmt
|
@ -1,6 +1,6 @@
|
|||||||
Name: python-iniconfig
|
Name: python-iniconfig
|
||||||
Version: 1.1.1
|
Version: 1.1.1
|
||||||
Release: 6%{?dist}
|
Release: 7%{?dist}
|
||||||
Summary: Brain-dead simple parsing of ini files
|
Summary: Brain-dead simple parsing of ini files
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: http://github.com/RonnyPfannschmidt/iniconfig
|
URL: http://github.com/RonnyPfannschmidt/iniconfig
|
||||||
@ -62,6 +62,10 @@ Summary: %{summary}
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Feb 22 2022 Tomas Orsava <torsava@redhat.com> - 1.1.1-7
|
||||||
|
- Add gating configuration and a simple smoke test
|
||||||
|
- Related: rhbz#1950291
|
||||||
|
|
||||||
* Tue Feb 08 2022 Tomas Orsava <torsava@redhat.com> - 1.1.1-6
|
* Tue Feb 08 2022 Tomas Orsava <torsava@redhat.com> - 1.1.1-6
|
||||||
- Add automatically generated Obsoletes tag with the python39- prefix
|
- Add automatically generated Obsoletes tag with the python39- prefix
|
||||||
for smoother upgrade from RHEL8
|
for smoother upgrade from RHEL8
|
||||||
|
Loading…
Reference in New Issue
Block a user