Add gating configuration and a simple smoke test
Related: rhbz#1950291
This commit is contained in:
parent
7e662a8233
commit
b56a2115a0
1
.fmf/version
Normal file
1
.fmf/version
Normal file
@ -0,0 +1 @@
|
|||||||
|
1
|
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 idna'
|
||||||
|
require:
|
||||||
|
- python3-idna
|
||||||
|
duration: 1m
|
||||||
|
execute:
|
||||||
|
how: tmt
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Name: python-%{srcname}
|
Name: python-%{srcname}
|
||||||
Version: 2.10
|
Version: 2.10
|
||||||
Release: 6%{?dist}
|
Release: 7%{?dist}
|
||||||
Summary: Internationalized Domain Names in Applications (IDNA)
|
Summary: Internationalized Domain Names in Applications (IDNA)
|
||||||
|
|
||||||
License: BSD and Python and Unicode
|
License: BSD and Python and Unicode
|
||||||
@ -59,6 +59,10 @@ rm -rf %{srcname}.egg-info
|
|||||||
%{python3_sitelib}/%{srcname}-%{version}-py%{python3_version}.egg-info
|
%{python3_sitelib}/%{srcname}-%{version}-py%{python3_version}.egg-info
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Feb 21 2022 Tomas Orsava <torsava@redhat.com> - 2.10-7
|
||||||
|
- Add gating configuration and a simple smoke test
|
||||||
|
- Related: rhbz#1950291
|
||||||
|
|
||||||
* Tue Feb 08 2022 Tomas Orsava <torsava@redhat.com> - 2.10-6
|
* Tue Feb 08 2022 Tomas Orsava <torsava@redhat.com> - 2.10-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