Use osci and tmt to gate

Runs unit tests as part of the gating
This commit is contained in:
Lukáš Zachar 2026-06-10 17:54:13 +02:00
parent f7ff2e2c8d
commit 955ac909b4
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 @@
execute:
how: tmt
discover:
how: shell
dist-git-source: true
tests:
- name: /
test: cd $TMT_SOURCE_DIR/iniparse-0.4 && python3 runtests.py -v
require:
- python3-test
- python3-iniparse