Add gating smoke test
Enough for c8s Related: RHEL-17988
This commit is contained in:
parent
7ba024caba
commit
fd05534dc2
1
.fmf/version
Normal file
1
.fmf/version
Normal file
@ -0,0 +1 @@
|
|||||||
|
1
|
6
gating.yaml
Normal file
6
gating.yaml
Normal 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
11
plans/smoke.fmf
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
execute:
|
||||||
|
how: tmt
|
||||||
|
|
||||||
|
discover:
|
||||||
|
how: shell
|
||||||
|
tests:
|
||||||
|
- name: Import works
|
||||||
|
test: python3 -c 'import sqlalchemy'
|
||||||
|
require:
|
||||||
|
- python3
|
||||||
|
|
Loading…
Reference in New Issue
Block a user