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 23aedda..5017e55 100644 --- a/gating.yaml +++ b/gating.yaml @@ -3,5 +3,5 @@ product_versions: - rhel-10 decision_context: osci_compose_gate rules: - - !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional} # this is the testcase identifier, which OSCI pipeline uses + - !PassingTestCaseRule {test_case_name: osci.brew-build./tests/tmt/plans/smoke} # this is the testcase identifier, which OSCI pipeline uses diff --git a/plans/main.fmf b/plans/main.fmf new file mode 100644 index 0000000..3e589cc --- /dev/null +++ b/plans/main.fmf @@ -0,0 +1,10 @@ +prepare: + - name: Install afterburn package + how: install + package: afterburn + - name: Set AFTERBURN_BIN_DIR when installed package + how: shell + script: | + set -x -e -o pipefail + echo "AFTERBURN_BIN_DIR=/usr/bin" > /tmp/afterburn_bin_dir + diff --git a/plans/smoke.fmf b/plans/smoke.fmf new file mode 100644 index 0000000..1615d58 --- /dev/null +++ b/plans/smoke.fmf @@ -0,0 +1,9 @@ +summary: Run gating tests +discover: + - name: Internal gating tests + how: fmf + url: https://github.com/coreos/afterburn.git + filter: 'tag: smoke' +execute: + how: tmt +