Use osci and tmt for gating

This commit is contained in:
Lukáš Zachar 2026-07-03 14:33:30 +02:00
parent 03062da9be
commit bdd12c9488
3 changed files with 15 additions and 1 deletions

1
.fmf/version Normal file
View File

@ -0,0 +1 @@
1

View File

@ -3,4 +3,4 @@ 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}

13
plan.fmf Normal file
View File

@ -0,0 +1,13 @@
discover:
how: shell
dist-git-source: true
tests:
- name: unit
test: cd $(dirname $TMT_SOURCE_DIR/click-*/tests) && LC_ALL=en_US.UTF-8 py.test-3 tests --tb=long --verbose
require:
- python3-pytest
- python3-click
execute:
how: tmt