From f07e073195098f895ddf55794b41332468bfe7a5 Mon Sep 17 00:00:00 2001 From: Mikolaj Izdebski Date: Thu, 19 Oct 2023 14:59:27 +0200 Subject: [PATCH] Add simple smoke test --- gating.yaml | 1 + plans/smoke.fmf | 9 +++++++++ 2 files changed, 10 insertions(+) create mode 100644 plans/smoke.fmf diff --git a/gating.yaml b/gating.yaml index 0d484d7..7b6e38f 100644 --- a/gating.yaml +++ b/gating.yaml @@ -5,4 +5,5 @@ decision_contexts: - bodhi_update_push_testing - bodhi_update_push_stable rules: + - !PassingTestCaseRule {test_case_name: fedora-ci.koji-build./plans/smoke.functional} - !PassingTestCaseRule {test_case_name: fedora-ci.koji-build./plans/javapackages.functional} diff --git a/plans/smoke.fmf b/plans/smoke.fmf new file mode 100644 index 0000000..6bc7b97 --- /dev/null +++ b/plans/smoke.fmf @@ -0,0 +1,9 @@ +summary: Basic smoke test +discover: + how: shell + tests: + - name: /smoke/help + test: | + python3 /usr/share/java-utils/mvn_build.py --help +execute: + how: tmt