Add gating and simple test

Cherry-picked from a61c5613f4
This commit is contained in:
Lukas Zachar 2021-08-24 14:05:48 +02:00 committed by Karolina Surma
parent c4dc374ceb
commit 59146ee2d7
3 changed files with 17 additions and 0 deletions

1
.fmf/version Normal file
View File

@ -0,0 +1 @@
1

5
gating.yaml Normal file
View File

@ -0,0 +1,5 @@
--- !Policy
decision_context: osci_compose_gate
rules:
- !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional}

11
plans.fmf Normal file
View File

@ -0,0 +1,11 @@
discover:
how: shell
tests:
- name: pkgconf lists py3c
test: pkgconf py3c --exists
require:
- pkgconf
execute:
how: tmt