Add gating on simple import

Related: rhbz#2133606
This commit is contained in:
Lukas Zachar 2022-12-05 12:03:12 +01:00
parent a2e72cf92a
commit e126680547
3 changed files with 17 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-9
decision_context: osci_compose_gate
rules:
- !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional}

8
plan.fmf Normal file
View File

@ -0,0 +1,8 @@
summary: Simple gating test
execute:
how: tmt
discover:
how: shell
tests:
- name: /import
test: python3 -c "import mako"