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/ci.fmf b/ci.fmf new file mode 100644 index 0000000..fd9575f --- /dev/null +++ b/ci.fmf @@ -0,0 +1,14 @@ +# vi: ts=2 sw=2 et ft=yaml: + +summary: Basic smoke test +execute: + how: tmt + script: | + set -ex + + mc --help + mc --help-all + mc --help-terminal + mc --help-color + mc --version + mc --configure-options diff --git a/gating.yaml b/gating.yaml new file mode 100644 index 0000000..2c7ed80 --- /dev/null +++ b/gating.yaml @@ -0,0 +1,6 @@ +--- !Policy +product_versions: + - rhel-* +decision_context: osci_compose_gate +rules: + - !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional}