Add tmt gating plan
Resolves: rhbz#2159356
This commit is contained in:
parent
50d871f18b
commit
49b1589806
1
.fmf/version
Normal file
1
.fmf/version
Normal file
@ -0,0 +1 @@
|
||||
1
|
7
gating.yaml
Normal file
7
gating.yaml
Normal file
@ -0,0 +1,7 @@
|
||||
--- !Policy
|
||||
|
||||
product_versions:
|
||||
- rhel-9
|
||||
decision_context: osci_compose_gate
|
||||
rules:
|
||||
- !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional}
|
13
plan.fmf
Normal file
13
plan.fmf
Normal file
@ -0,0 +1,13 @@
|
||||
execute:
|
||||
how: tmt
|
||||
discover:
|
||||
how: shell
|
||||
dist-git-source: true
|
||||
tests:
|
||||
- name: bundled tests
|
||||
require:
|
||||
- python3.11-semantic_version
|
||||
test: |
|
||||
cd $(dirname $TMT_SOURCE_DIR/semantic_version-*/tests) &&
|
||||
rm -rf semantic_version* &&
|
||||
python3.11 -m unittest tests
|
Loading…
Reference in New Issue
Block a user