Add gating configuration and a simple smoke test

Related: rhbz#1950291
This commit is contained in:
Tomas Orsava 2022-02-21 15:33:00 +01:00
parent e33f14f796
commit ad8f59e9b9
4 changed files with 23 additions and 1 deletions

1
.fmf/version Normal file
View File

@ -0,0 +1 @@
1

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 pymysql'
require:
- python3-PyMySQL
duration: 1m
execute:
how: tmt

View File

@ -2,7 +2,7 @@
Name: python-%{pypi_name}
Version: 0.10.1
Release: 5%{?dist}
Release: 6%{?dist}
Summary: Pure-Python MySQL client library
License: MIT
@ -57,6 +57,10 @@ rm -rf tests
%{python3_sitelib}/pymysql/
%changelog
* Mon Feb 21 2022 Tomas Orsava <torsava@redhat.com> - 0.10.1-6
- Add gating configuration and a simple smoke test
- Related: rhbz#1950291
* Tue Feb 08 2022 Tomas Orsava <torsava@redhat.com> - 0.10.1-5
- Add automatically generated Obsoletes tag with the python39- prefix
for smoother upgrade from RHEL8