diff --git a/.fmf/version b/.fmf/version new file mode 100644 index 0000000..56a6051 --- /dev/null +++ b/.fmf/version @@ -0,0 +1 @@ +1 \ No newline at end of file diff --git a/gating.yaml b/gating.yaml index a162738..4ca9235 100644 --- a/gating.yaml +++ b/gating.yaml @@ -4,6 +4,3 @@ product_versions: decision_context: osci_compose_gate rules: - !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional} - - !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.tier1.functional} - - diff --git a/main.fmf b/main.fmf new file mode 100644 index 0000000..35506d5 --- /dev/null +++ b/main.fmf @@ -0,0 +1,17 @@ +/plan: + summary: Basic test suite + discover: + how: fmf + execute: + how: tmt + prepare: + - name: install required packages + how: install + package: [git, pytest] + - name: clone repo + how: shell + script: git clone https://github.com/FirefighterBlu3/python-pam.git /root/python_pam +/test: + /upstream_basic: + test: pytest -v /root/python_pam/tests/test_internals.py + duration: 30m