From cdbe266d16672d192d533d36dfbff9ed1c852d2c Mon Sep 17 00:00:00 2001 From: Michal Fabik Date: Thu, 4 Mar 2021 13:43:26 +0100 Subject: [PATCH] Add simple smoke test --- gating.yaml | 2 ++ tests/smoke.fmf | 3 +++ 2 files changed, 5 insertions(+) create mode 100644 tests/smoke.fmf diff --git a/gating.yaml b/gating.yaml index de03204..9ca798d 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,4 +18,5 @@ 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..f107a77 --- /dev/null +++ b/tests/smoke.fmf @@ -0,0 +1,3 @@ +summary: Basic smoke test for satyr +execute: + script: satyr --version