Add simple gating test

Based on Parag's python-fs one.
This commit is contained in:
Tomas Popela 2024-08-07 17:05:35 +02:00
parent 7f41647927
commit 963183bf2e
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: baseos-ci.brew-build.tier1.functional}

11
plans/python-markdown.fmf Normal file
View File

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