Add simple gating

Cherry-picked from 7a3cef2bf49b31b0f9c2ecd4b05d34bdc214998c
This commit is contained in:
Lukas Zachar 2022-02-16 11:53:53 +01:00 committed by Tomáš Hrnčiar
parent b432d38148
commit 9cb8874d2a
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:
- name: Smoke tests
how: shell
tests:
- name: import works
test: python3 -c 'import six'
require:
- python3-six
duration: 1m
execute:
how: tmt