Use tmt and osci for gating
This commit is contained in:
parent
63e9fbcd90
commit
481f5fb319
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-9
|
||||||
|
decision_context: osci_compose_gate
|
||||||
|
rules:
|
||||||
|
- !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional}
|
||||||
|
|
||||||
17
plan.fmf
Normal file
17
plan.fmf
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
discover:
|
||||||
|
how: shell
|
||||||
|
dist-git-source: true
|
||||||
|
tests:
|
||||||
|
- name: unit
|
||||||
|
test: pytest-3 $TMT_SOURCE_DIR/sphinxcontrib-websupport-*/tests -v
|
||||||
|
require:
|
||||||
|
- python3-pytest
|
||||||
|
- python3-sphinxcontrib-websupport
|
||||||
|
- python3-sqlalchemy
|
||||||
|
|
||||||
|
prepare:
|
||||||
|
- how: feature
|
||||||
|
crb: enabled
|
||||||
|
|
||||||
|
execute:
|
||||||
|
how: tmt
|
||||||
Loading…
Reference in New Issue
Block a user