Add tmt gating plan

This commit is contained in:
Lukas Zachar 2023-03-09 18:00:39 +00:00 committed by root
parent 9a5ee63fcd
commit a982ea6d74
4 changed files with 20 additions and 0 deletions

1
.fmf/version Normal file
View File

@ -0,0 +1 @@
1

1
.python-tomli.metadata Normal file
View File

@ -0,0 +1 @@
234c9caf7ba15e7892a0ae3ed1f0381d9fb5e61c python-tomli-2.0.1.tar.gz

7
gating.yaml Normal file
View File

@ -0,0 +1,7 @@
--- !Policy
product_versions:
- rhel-9
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 tomli'
require:
- python3-tomli
duration: 2m
execute:
how: tmt