Add gating.yaml to c10s

This commit is contained in:
aborah-sudo 2024-08-16 15:59:31 +05:30
parent 102d4eea60
commit b6c8366468
3 changed files with 18 additions and 3 deletions

1
.fmf/version Normal file
View File

@ -0,0 +1 @@
1

View File

@ -4,6 +4,3 @@ product_versions:
decision_context: osci_compose_gate decision_context: osci_compose_gate
rules: rules:
- !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional} - !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional}
- !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.tier1.functional}

17
main.fmf Normal file
View File

@ -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