From 571d138f3ad18dac542b9e453cf967eaabbfaecf Mon Sep 17 00:00:00 2001 From: Lukas Zachar Date: Mon, 19 Jul 2021 18:43:32 +0200 Subject: [PATCH] Add gating and super smoke test Cherry-picked and edited from c9s: 88647f73783b3f973fe29bd1f59ccf7f536da319 --- .fmf/version | 1 + gating.yaml | 5 +++++ plans.fmf | 4 ++++ tests/smoke.fmf | 4 ++++ 4 files changed, 14 insertions(+) create mode 100644 .fmf/version create mode 100644 gating.yaml create mode 100644 plans.fmf create mode 100644 tests/smoke.fmf diff --git a/.fmf/version b/.fmf/version new file mode 100644 index 0000000..d00491f --- /dev/null +++ b/.fmf/version @@ -0,0 +1 @@ +1 diff --git a/gating.yaml b/gating.yaml new file mode 100644 index 0000000..16755b7 --- /dev/null +++ b/gating.yaml @@ -0,0 +1,5 @@ +--- !Policy + +decision_context: osci_compose_gate +rules: + - !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional} diff --git a/plans.fmf b/plans.fmf new file mode 100644 index 0000000..e6427de --- /dev/null +++ b/plans.fmf @@ -0,0 +1,4 @@ +discover: + how: fmf +execute: + how: tmt diff --git a/tests/smoke.fmf b/tests/smoke.fmf new file mode 100644 index 0000000..55d1bb9 --- /dev/null +++ b/tests/smoke.fmf @@ -0,0 +1,4 @@ +require: +- python3-pygments +/version: + test: pygmentize -V