Add gating and smoke test
This commit is contained in:
parent
05b618a7de
commit
80ef1ec6c1
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-10
|
||||
decision_context: osci_compose_gate
|
||||
rules:
|
||||
- !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional}
|
10
plans/main.fmf
Normal file
10
plans/main.fmf
Normal file
@ -0,0 +1,10 @@
|
||||
execute:
|
||||
how: tmt
|
||||
|
||||
discover:
|
||||
how: shell
|
||||
tests:
|
||||
- name: run help
|
||||
test: highlight --help
|
||||
- name: run on one suplied file
|
||||
test: highlight /usr/share/highlight/plugins/cpp_qt.lua | grep html
|
Loading…
Reference in New Issue
Block a user