Add gating configuration and a simple smoke test

Cherry-picked from 249ede0
This commit is contained in:
Tomas Orsava 2022-02-22 18:39:11 +01:00 committed by thrnciar
parent fbb7a474e3
commit 8edc0cef8c
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 pytest'
require:
- python3-pytest
duration: 1m
execute:
how: tmt