Compare commits
No commits in common. "c8-beta" and "c9s" have entirely different histories.
1
.fmf/version
Normal file
1
.fmf/version
Normal file
@ -0,0 +1 @@
|
||||
1
|
6
.gitignore
vendored
6
.gitignore
vendored
@ -1 +1,5 @@
|
||||
SOURCES/pytest-7.4.2.tar.gz
|
||||
/pytest-*.zip
|
||||
/pytest-*.tar.gz
|
||||
/pytest-*/
|
||||
/results_*/
|
||||
*.rpm
|
||||
|
@ -1 +0,0 @@
|
||||
153f00a6f90d7aea61d1bd646abd89d996230818 SOURCES/pytest-7.4.2.tar.gz
|
7
gating.yaml
Normal file
7
gating.yaml
Normal file
@ -0,0 +1,7 @@
|
||||
--- !Policy
|
||||
|
||||
product_versions:
|
||||
- rhel-9
|
||||
decision_context: osci_compose_gate
|
||||
rules:
|
||||
- !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional}
|
11
plans.fmf
Normal file
11
plans.fmf
Normal file
@ -0,0 +1,11 @@
|
||||
discover:
|
||||
- name: Smoke-tests
|
||||
how: shell
|
||||
tests:
|
||||
- name: python-import-test
|
||||
test: python3.12 -c 'import pytest'
|
||||
require:
|
||||
- python3.12-pytest
|
||||
duration: 2m
|
||||
execute:
|
||||
how: tmt
|
Loading…
Reference in New Issue
Block a user