Use tmt and osci for gating

This commit is contained in:
Lukáš Zachar 2026-07-07 15:48:20 +02:00
parent 5185f2846b
commit b2d3facd06
3 changed files with 15 additions and 1 deletions

1
.fmf/version Normal file
View File

@ -0,0 +1 @@
1

View File

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

11
plan.fmf Normal file
View File

@ -0,0 +1,11 @@
discover:
how: shell
tests:
- name: unit # bundled in rpm
test: pytest-3 --pyargs webencodings.tests -vv
require:
- python3-pytest
- python3-webencodings
execute:
how: tmt