Add gating configuration and a simple smoke test

This commit is contained in:
Tomas Orsava 2022-02-21 15:33:30 +01:00 committed by Stepan Oksanichenko
parent 7c50594bc7
commit 066091de4b
5 changed files with 24 additions and 1 deletions

1
.fmf/version Normal file
View File

@ -0,0 +1 @@
1

1
.scipy.metadata Normal file
View File

@ -0,0 +1 @@
7ef8a684f9feb4fd24d35e87f9d1f69eb6ec793e scipy-1.6.2.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 scipy'
require:
- python3-scipy
duration: 1m
execute:
how: tmt

View File

@ -15,7 +15,7 @@
Summary: Scientific Tools for Python
Name: scipy
Version: 1.6.2
Release: 7%{?dist}
Release: 8%{?dist}
# BSD -- whole package except:
# Boost -- scipy/special/cephes/scipy_iv.c
@ -172,6 +172,10 @@ popd
%endif
%changelog
* Mon Feb 21 2022 Tomas Orsava <torsava@redhat.com> - 1.6.2-8
- Add gating configuration and a simple smoke test
- Related: rhbz#1950291
* Tue Feb 08 2022 Tomáš Hrnčiar <thrnciar@redhat.com> - 1.6.2-7
- Add automatically generated Obsoletes tag with the python39- prefix
for smoother upgrade from RHEL8