Compare commits
No commits in common. "c8-beta" and "c8s" 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/urllib3-1.26.12.tar.gz
|
||||
/urllib3-1.26.12.tar.gz
|
||||
|
@ -1 +0,0 @@
|
||||
56ba32ed882d18c787c5b0024c6fb7739aaafb02 SOURCES/urllib3-1.26.12.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}
|
23
plan.fmf
Normal file
23
plan.fmf
Normal file
@ -0,0 +1,23 @@
|
||||
execute:
|
||||
how: tmt
|
||||
discover:
|
||||
how: shell
|
||||
dist-git-source: true
|
||||
tests:
|
||||
- name: bundled tests
|
||||
require:
|
||||
- python3.11-pytest
|
||||
- python3.11-pip
|
||||
- python3.11-cryptography
|
||||
- python3.11-pycparser
|
||||
- python3.11-cffi
|
||||
- python3.11-urllib3
|
||||
test: |
|
||||
pip3.11 install trustme==0.9.0 tornado==6.2 pytest-freezegun==0.4.2 &&
|
||||
cd $(dirname $TMT_SOURCE_DIR/urllib3-*/test) &&
|
||||
rm -rf test/appengine test/test_no_ssl.py &&
|
||||
rm -rf test/with_dummyserver test/contrib &&
|
||||
sed -i -e 's/^import mock/from unittest import mock/' \
|
||||
-e 's/^from mock import /from unittest.mock import /' \
|
||||
test/*.py docs/conf.py &&
|
||||
pytest-3.11 test
|
Loading…
Reference in New Issue
Block a user