Compare commits
No commits in common. "32204d7c8ec8dd15a7688ba78374b40e5fdfa450" and "d0b517dc304419a1a938d26465a9fea0afa3f554" have entirely different histories.
32204d7c8e
...
d0b517dc30
1
.fmf/version
Normal file
1
.fmf/version
Normal file
@ -0,0 +1 @@
|
||||
1
|
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
SOURCES/PySocks-1.7.1.tar.gz
|
||||
/PySocks-1.7.1.tar.gz
|
||||
|
@ -1 +0,0 @@
|
||||
439b5044af79748972675f3d9af1f4c91753d0db SOURCES/PySocks-1.7.1.tar.gz
|
7
gating.yaml
Normal file
7
gating.yaml
Normal file
@ -0,0 +1,7 @@
|
||||
--- !Policy
|
||||
|
||||
product_versions:
|
||||
- rhel-8
|
||||
decision_context: osci_compose_gate
|
||||
rules:
|
||||
- !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional}
|
11
plan.fmf
Normal file
11
plan.fmf
Normal file
@ -0,0 +1,11 @@
|
||||
discover:
|
||||
- name: Smoke-tests
|
||||
how: shell
|
||||
tests:
|
||||
- name: python-import-test
|
||||
test: python3.11 -c 'import socks'
|
||||
require:
|
||||
- python3.11-pysocks
|
||||
duration: 1m
|
||||
execute:
|
||||
how: tmt
|
Loading…
Reference in New Issue
Block a user