Compare commits
No commits in common. "c8-beta" and "c10s" have entirely different histories.
1
.fmf/version
Normal file
1
.fmf/version
Normal file
@ -0,0 +1 @@
|
||||
1
|
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
SOURCES/psycopg2-2.9.6.tar.gz
|
||||
/psycopg2-*.tar.gz
|
||||
|
@ -1 +0,0 @@
|
||||
f8f323406dc89e83e738b3d5708a0fffe91de3f8 SOURCES/psycopg2-2.9.6.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
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.12 -c 'import psycopg2'
|
||||
require:
|
||||
- python3.12-psycopg2
|
||||
duration: 1m
|
||||
execute:
|
||||
how: tmt
|
1
sources
Normal file
1
sources
Normal file
@ -0,0 +1 @@
|
||||
SHA512 (psycopg2-2.9.6.tar.gz) = 9809de6a9d6b261be22221d7b7cf60ab22cce29487f459be017d637e7d61df42ee9b05b74ee934fdd420e2440f6339280e0b1795f66b9b29b6c671ff215cf92f
|
Loading…
Reference in New Issue
Block a user