Add gating

This commit is contained in:
Lukáš Zachar 2025-10-10 15:41:29 +02:00 committed by Lumir Balhar
parent b034b1ef09
commit 5576f6a91b
3 changed files with 26 additions and 0 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-*
decision_context: osci_compose_gate
rules:
- !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional}

19
plan.fmf Normal file
View File

@ -0,0 +1,19 @@
execute:
how: tmt
discover:
how: shell
dist-git-source: true
dist-git-install-builddeps: true
tests:
- name: unittests
test: |
cd $(dirname $TMT_SOURCE_DIR/cffi*/testing)
pytest-3.14 testing/
require:
- gcc
- gcc-c++
- python3.14-devel
- python3.14-pytest
- python3.14-cffi
- python3.14-setuptools