Use osci and tmt for gating

This commit is contained in:
Lukáš Zachar 2026-06-30 11:16:58 +02:00
parent 91af1f2dcc
commit 66d6cb5732
3 changed files with 23 additions and 1 deletions

1
.fmf/version Normal file
View File

@ -0,0 +1 @@
1

View File

@ -1,6 +1,8 @@
--- !Policy
product_versions:
- rhel-8
decision_context: osci_compose_gate
rules:
- !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.tier1.functional}
- !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional}

19
plan.fmf Normal file
View File

@ -0,0 +1,19 @@
discover:
how: shell
dist-git-source: true
tests:
- name: unit
test: |
cd $(dirname $TMT_SOURCE_DIR/hypothesis-python-*/examples)
rm -f tox.ini
pytest-3 examples -v
require:
- python3-pytest
- python3-hypothesis
prepare:
how: feature
crb: enabled
execute:
how: tmt