Add gating
This commit is contained in:
parent
e8a73750cd
commit
d5ab263f19
1
.fmf/version
Normal file
1
.fmf/version
Normal file
@ -0,0 +1 @@
|
|||||||
|
1
|
||||||
6
gating.yaml
Normal file
6
gating.yaml
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
--- !Policy
|
||||||
|
product_versions:
|
||||||
|
- rhel-*
|
||||||
|
decision_context: osci_compose_gate
|
||||||
|
rules:
|
||||||
|
- !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional}
|
||||||
29
plan.fmf
Normal file
29
plan.fmf
Normal file
@ -0,0 +1,29 @@
|
|||||||
|
execute:
|
||||||
|
how: tmt
|
||||||
|
|
||||||
|
provision:
|
||||||
|
hardware:
|
||||||
|
memory: '>= 6 GB'
|
||||||
|
|
||||||
|
discover:
|
||||||
|
how: shell
|
||||||
|
dist-git-source: true
|
||||||
|
dist-git-install-builddeps: true
|
||||||
|
dist-git-require:
|
||||||
|
- cargo
|
||||||
|
- rust-toolset
|
||||||
|
tests:
|
||||||
|
- name: unittests
|
||||||
|
test: |
|
||||||
|
export OPENSSL_ENABLE_SHA1_SIGNATURES=yes
|
||||||
|
export PYTHONPATH=./vectors
|
||||||
|
pip3.14 show pretend || pip3.14 install pretend
|
||||||
|
cd $(dirname $TMT_SOURCE_DIR/crypto*/tests) &&
|
||||||
|
# no need for benchmarks
|
||||||
|
rm -rf tests/bench &&
|
||||||
|
pytest-3.14 tests/
|
||||||
|
require:
|
||||||
|
- python3.14-devel
|
||||||
|
- python3.14-pytest
|
||||||
|
- python3.14-pip
|
||||||
|
- python3.14-cryptography
|
||||||
Loading…
Reference in New Issue
Block a user