Add simple gating test
Based on Parag's python-fs one.
This commit is contained in:
parent
f9a4ef2504
commit
71ba3ebe92
1
.fmf/version
Normal file
1
.fmf/version
Normal file
@ -0,0 +1 @@
|
||||
1
|
8
gating.yaml
Normal file
8
gating.yaml
Normal file
@ -0,0 +1,8 @@
|
||||
--- !Policy
|
||||
product_versions:
|
||||
- rhel-10
|
||||
decision_context: osci_compose_gate
|
||||
rules:
|
||||
- !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional}
|
||||
|
||||
|
11
plans/python3-mallard-ducktype.fmf
Normal file
11
plans/python3-mallard-ducktype.fmf
Normal file
@ -0,0 +1,11 @@
|
||||
discover:
|
||||
- name: smoke-tests
|
||||
how: shell
|
||||
tests:
|
||||
- name: python-import-test
|
||||
test: python3 -c 'import mallard'
|
||||
require:
|
||||
- python3-mallard-ducktype
|
||||
duration: 1m
|
||||
execute:
|
||||
how: tmt
|
Loading…
Reference in New Issue
Block a user