Add gating
Just a simple import test, better than nothing
This commit is contained in:
parent
1c88e3b507
commit
d804afbac2
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}
|
||||
19
plan.fmf
Normal file
19
plan.fmf
Normal file
@ -0,0 +1,19 @@
|
||||
execute:
|
||||
how: tmt
|
||||
|
||||
discover:
|
||||
- name: same_repo
|
||||
how: shell
|
||||
tests:
|
||||
- name: import test
|
||||
test: /usr/libexec/platform-python -c "import setuptools_scm"
|
||||
|
||||
prepare:
|
||||
- name: enable crb
|
||||
how: feature
|
||||
crb: enabled
|
||||
|
||||
- name: install packages
|
||||
how: install
|
||||
package:
|
||||
- python3-setuptools_scm
|
||||
Loading…
Reference in New Issue
Block a user