Add gating configuration and a simple smoke test

Cherry-picked and adjusted to c10s from:
c2e8398254
This commit is contained in:
Tomas Orsava 2022-02-22 18:44:38 +01:00 committed by Karolina Surma
parent b217d94d54
commit 6195080bfd
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 iniconfig'
require:
- python3-iniconfig
duration: 1m
execute:
how: tmt