Add gating configuration and a simple smoke test

Cherry-picked and edited from c9s:
3546ba25b5
This commit is contained in:
Tomas Orsava 2022-02-16 15:19:59 +01:00 committed by Karolina Surma
parent d2f592549f
commit f2bdbc2f91
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: python-import-test
test: python3 -c 'import pluggy'
require:
- python3-pluggy
duration: 1m
execute:
how: tmt