Add gating definition for RHEL 9
Related: rhbz#1947473 Signed-off-by: Kaleemullah Siddiqui <ksiddiqu@redhat.com>
This commit is contained in:
parent
66d31f4f5f
commit
8ab6b5d59c
7
gating.yaml
Normal file
7
gating.yaml
Normal file
@ -0,0 +1,7 @@
|
||||
# recipients: abokovoy, frenaud, kaleem, ftrivino, cheimes
|
||||
--- !Policy
|
||||
product_versions:
|
||||
- rhel-9
|
||||
decision_context: osci_compose_gate
|
||||
rules:
|
||||
- !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional}
|
63
tests/tests.yml
Normal file
63
tests/tests.yml
Normal file
@ -0,0 +1,63 @@
|
||||
---
|
||||
#
|
||||
# 1minutetip --buildroot rhel9
|
||||
#
|
||||
|
||||
- hosts: localhost
|
||||
tags:
|
||||
- classic
|
||||
roles:
|
||||
- role: standard-test-source
|
||||
|
||||
- role: standard-test-basic
|
||||
required_packages:
|
||||
- python3-cryptography
|
||||
- python3-cryptography-vectors
|
||||
- python3-pytest
|
||||
- python3-pretend
|
||||
tests:
|
||||
- remove_hypothesis:
|
||||
# remove tests that depend on python3-hypothesis package
|
||||
dir: "source"
|
||||
run: rm -rf tests/hypothesis/
|
||||
- remove_iso8601:
|
||||
# remove tests that depend on python3-iso8601 package
|
||||
dir: "source"
|
||||
run: rm -rf tests/test_fernet.py
|
||||
- remove_scrypt:
|
||||
# scrypt tests require more memory than available
|
||||
dir: "source"
|
||||
run: rm -f tests/hazmat/primitives/test_scrypt.py
|
||||
# tests take some time, split up to avoid CI timeouts.
|
||||
- unittests-basic:
|
||||
dir: "source"
|
||||
run: pytest-3 tests/test_*.py
|
||||
- unittests-x509:
|
||||
dir: "source"
|
||||
run: pytest-3 tests/x509/
|
||||
- unittests-hazmat:
|
||||
dir: "source"
|
||||
run: pytest-3 tests/hazmat/backends/ tests/hazmat/bindings/
|
||||
- unittests-primitives-aead:
|
||||
dir: "source"
|
||||
run: pytest-3 tests/hazmat/primitives/test_aead.py
|
||||
- unittests-primitives-aes:
|
||||
dir: "source"
|
||||
run: >-
|
||||
pytest-3
|
||||
tests/hazmat/primitives/test_aes.py::TestAESModeCBC
|
||||
tests/hazmat/primitives/test_aes.py::TestAESModeCTR
|
||||
tests/hazmat/primitives/test_aes_gcm.py::TestAESModeGCM
|
||||
- unittests-primitives-a-e:
|
||||
dir: "source"
|
||||
run: >-
|
||||
pytest-3
|
||||
tests/hazmat/primitives/test_arc4.py
|
||||
tests/hazmat/primitives/test_asym_utils.py
|
||||
tests/hazmat/primitives/test_[b-e]*.py
|
||||
- unittests-primitives-f-z:
|
||||
dir: "source"
|
||||
run: >-
|
||||
pytest-3
|
||||
tests/hazmat/primitives/test_[f-z]*.py
|
||||
tests/hazmat/primitives/twofactor
|
Loading…
Reference in New Issue
Block a user