Use osci and tmt for gating

This commit is contained in:
Lukáš Zachar 2026-07-03 11:51:08 +02:00
parent 6fbe2944a4
commit a4af70c6a9
3 changed files with 16 additions and 1 deletions

1
.fmf/version Normal file
View File

@ -0,0 +1 @@
1

View File

@ -1,6 +1,7 @@
--- !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}

13
plan.fmf Normal file
View File

@ -0,0 +1,13 @@
discover:
how: shell
tests:
- name: smoke
test: /usr/libexec/platform-python -c 'import sure; (4).should.be.equal(2 + 2)'
require:
- python3-sure
- python3-mock # missing require
prepare:
how: feature
crb: enabled
execute:
how: tmt