From a45c8f58ddb1ca5c870996230fa182e1398920c7 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Wed, 10 Jul 2024 14:21:38 +0200 Subject: [PATCH] Add gating files from c9s --- .fmf/version | 1 + gating.yaml | 8 ++++++++ plans.fmf | 4 ++++ tests/smoke.fmf | 5 +++++ 4 files changed, 18 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..56a6051 --- /dev/null +++ b/.fmf/version @@ -0,0 +1 @@ +1 \ No newline at end of file diff --git a/gating.yaml b/gating.yaml new file mode 100644 index 0000000..99c1911 --- /dev/null +++ b/gating.yaml @@ -0,0 +1,8 @@ +--- !Policy +product_versions: + - rhel-8 + - rhel-9 + - rhel-10 +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..0392cd5 --- /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..3fffb10 --- /dev/null +++ b/tests/smoke.fmf @@ -0,0 +1,5 @@ +test: python3 -c 'import cepces; cepces.Base()' +framework: shell +require: + - python3 + - python3-cepces