Add gating.yaml to c10s
This commit is contained in:
parent
102d4eea60
commit
b6c8366468
1
.fmf/version
Normal file
1
.fmf/version
Normal file
@ -0,0 +1 @@
|
|||||||
|
1
|
@ -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
17
main.fmf
Normal 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
|
Loading…
Reference in New Issue
Block a user