Add gating

just a smoke import
This commit is contained in:
Lukáš Zachar 2025-11-04 17:24:47 +01:00 committed by Lumir Balhar
parent f9f72771fe
commit 2cc02a3009
2 changed files with 19 additions and 0 deletions

6
gating.yaml Normal file
View File

@ -0,0 +1,6 @@
--- !Policy
product_versions:
- rhel-*
decision_context: osci_compose_gate
rules:
- !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
tests:
- name: import
test: |
python3.14 -c 'import scipy'
require:
- python3.14-scipy