Add sanity test for gating

This commit is contained in:
Alexander Todorov 2024-08-20 17:23:36 +03:00
parent b5edc49f91
commit 5fd6a116df
3 changed files with 18 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-10
decision_context: osci_compose_gate
rules:
- !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional}

11
plans.fmf Normal file
View File

@ -0,0 +1,11 @@
discover:
- name: Smoke-tests
how: shell
tests:
- name: python-import-test
test: python3 -c 'import jsonschema_specifications'
require:
- python3-jsonschema-specifications
duration: 1m
execute:
how: tmt