From 98aa663f8dd97f33f6c0eaf32ee60ba4eb4b58c4 Mon Sep 17 00:00:00 2001 From: Link Dupont Date: Tue, 9 Jul 2024 13:23:47 -0400 Subject: [PATCH] Add gating.yaml and smoke test [skip changelog] --- .fmf/version | 1 + gating.yaml | 6 ++++++ plans/main.fmf | 5 +++++ tests/smoke/main.fmf | 3 +++ 4 files changed, 15 insertions(+) create mode 100644 .fmf/version create mode 100644 gating.yaml create mode 100644 plans/main.fmf create mode 100644 tests/smoke/main.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..4ca9235 --- /dev/null +++ b/gating.yaml @@ -0,0 +1,6 @@ +--- !Policy +product_versions: + - rhel-10 +decision_context: osci_compose_gate +rules: + - !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional} diff --git a/plans/main.fmf b/plans/main.fmf new file mode 100644 index 0000000..c1627f9 --- /dev/null +++ b/plans/main.fmf @@ -0,0 +1,5 @@ +summary: Basic smoke test +discover: + how: fmf +execute: + how: tmt diff --git a/tests/smoke/main.fmf b/tests/smoke/main.fmf new file mode 100644 index 0000000..e08a3f3 --- /dev/null +++ b/tests/smoke/main.fmf @@ -0,0 +1,3 @@ +summary: Run yggdrasil-worker-package-manager --help +test: /usr/libexec/yggdrasil-worker-package-manager --help +duration: 5m