From a1c9e8ff22b79f5f779556bef0861fbf347e5afc Mon Sep 17 00:00:00 2001 From: Michal Fabik Date: Thu, 4 Mar 2021 17:31:09 +0100 Subject: [PATCH] Add simple smoke test --- .fmf/version | 1 + gating.yaml | 2 ++ tests/smoke.fmf | 3 +++ 3 files changed, 6 insertions(+) create mode 100644 .fmf/version 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 index b54b7ba..db67165 100644 --- a/gating.yaml +++ b/gating.yaml @@ -7,6 +7,7 @@ rules: - !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.rpmdeplint.functional} - !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.rpminspect.static-analysis} - !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.installability.functional} + - !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.tier0.functional} --- !Policy product_versions: @@ -17,3 +18,4 @@ rules: - !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.rpmdeplint.functional} - !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.rpminspect.static-analysis} - !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.installability.functional} + - !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.tier0.functional} diff --git a/tests/smoke.fmf b/tests/smoke.fmf new file mode 100644 index 0000000..ca74391 --- /dev/null +++ b/tests/smoke.fmf @@ -0,0 +1,3 @@ +summary: Basic smoke test for abrt +execute: + script: abrt-action-notify --help