From a7b3ea670228ff7665d8fa6f9fb670f693450ec1 Mon Sep 17 00:00:00 2001 From: Matěj Grabovský Date: Feb 11 2021 11:53:41 +0000 Subject: Add simple smoke test --- 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 f5ab50b..f76c37c 100644 --- a/gating.yaml +++ b/gating.yaml @@ -7,3 +7,4 @@ rules: - !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.rpmdeplint.functional} - !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.installability.functional} - !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.rpminspect.static-analysis} + - !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..a8be04d --- /dev/null +++ b/tests/smoke.fmf @@ -0,0 +1,3 @@ +summary: Basic smoke test for gnome-abrt +execute: + script: gnome-abrt --help