Use osci for gating

run import as a smoke test
This commit is contained in:
Lukáš Zachar 2026-07-07 15:53:21 +02:00
parent 7db58a43c7
commit 7086341aee
4 changed files with 13 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}

4
plans.fmf Normal file
View File

@ -0,0 +1,4 @@
discover:
how: fmf
execute:
how: tmt

5
tests/smoke.fmf Normal file
View File

@ -0,0 +1,5 @@
test: /usr/libexec/platform-python -c 'import imagesize'
framework: shell
require:
- python3-imagesize