Add gating

Just a simple import test, better than nothing
This commit is contained in:
Lukáš Zachar 2026-08-27 15:48:28 +02:00
parent 1c88e3b507
commit d804afbac2
3 changed files with 26 additions and 0 deletions

1
.fmf/version Normal file
View File

@ -0,0 +1 @@
1

6
gating.yaml Normal file
View File

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

19
plan.fmf Normal file
View File

@ -0,0 +1,19 @@
execute:
how: tmt
discover:
- name: same_repo
how: shell
tests:
- name: import test
test: /usr/libexec/platform-python -c "import setuptools_scm"
prepare:
- name: enable crb
how: feature
crb: enabled
- name: install packages
how: install
package:
- python3-setuptools_scm