Add gating tests

This commit is contained in:
mulhern 2022-02-27 11:21:42 -05:00
parent eea3d47fb5
commit ac3b01bbf1
3 changed files with 25 additions and 5 deletions

7
gating.yaml Normal file
View File

@ -0,0 +1,7 @@
--- !Policy
product_versions:
- fedora-*
decision_context: bodhi_update_push_stable
subject_type: koji_build
rules:
- !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.tier0.functional}

View File

@ -2,7 +2,7 @@
Name: python-%{srcname}
Version: 0.15
Release: 7%{?dist}
Release: 8%{?dist}
Summary: Library for handling computation with address ranges in bytes
License: LGPLv2+
@ -22,7 +22,6 @@ Summary: %{summary}
%{?python_provide:%python_provide python3-%{srcname}}
BuildRequires: python3-devel
BuildRequires: python3-setuptools
BuildRequires: python3-justbases
%description -n python3-%{srcname} %{_description}
@ -38,9 +37,6 @@ rm -rf justbytes.egg-info
%install
%py3_install
%check
PYTHONPATH=%{buildroot}%{python3_sitelib} %{python3} -m unittest discover --verbose tests/test_deterministic
%files -n python3-%{srcname}
%license LICENSE
%doc README.rst
@ -48,6 +44,9 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} %{python3} -m unittest discover --verb
%{python3_sitelib}/justbytes-%{version}-*.egg-info/
%changelog
* Sun Feb 27 2022 mulhern <amulhern@redhat.com> - 0.15-8
- Add gating tests
* Tue Feb 15 2022 mulhern <amulhern@redhat.com> - 0.15-7
- Drop redundant requires

14
tests/tests.yml Normal file
View File

@ -0,0 +1,14 @@
---
- hosts: localhost
roles:
- role: standard-test-source
tags:
- always
- role: standard-test-basic
tags:
- classic
tests:
- simple:
dir: ./
run: python -m unittest discover --verbose source/tests/test_deterministic