Add simple gating test

Based on Parag's python-fs one.
This commit is contained in:
Tomas Popela 2024-08-07 17:02:13 +02:00
parent f9a4ef2504
commit 71ba3ebe92
3 changed files with 20 additions and 0 deletions

1
.fmf/version Normal file
View File

@ -0,0 +1 @@
1

8
gating.yaml Normal file
View File

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

View File

@ -0,0 +1,11 @@
discover:
- name: smoke-tests
how: shell
tests:
- name: python-import-test
test: python3 -c 'import mallard'
require:
- python3-mallard-ducktype
duration: 1m
execute:
how: tmt