Add gating smoke test

Enough for c8s

Related: RHEL-17988
This commit is contained in:
Lukáš Zachar 2023-12-06 10:33:12 +01:00
parent 7ba024caba
commit fd05534dc2
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-8
decision_context: osci_compose_gate
rules:
- !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional}

11
plans/smoke.fmf Normal file
View File

@ -0,0 +1,11 @@
execute:
how: tmt
discover:
how: shell
tests:
- name: Import works
test: python3 -c 'import sqlalchemy'
require:
- python3