forked from rpms/openssl
Add TMT interoperability tests & rewrite python STI test to TMT
This commit is contained in:
parent
477bb5e652
commit
979cb8a57b
1
.fmf/version
Normal file
1
.fmf/version
Normal file
@ -0,0 +1 @@
|
||||
1
|
10
plans/gnutls-2way.fmf
Normal file
10
plans/gnutls-2way.fmf
Normal file
@ -0,0 +1,10 @@
|
||||
summary: Upstreamed interop-2way tests
|
||||
contact: Stanislav Zidek <szidek@redhat.com>
|
||||
discover:
|
||||
# upstreamed tests (public)
|
||||
- name: interop-gnutls-2way
|
||||
how: fmf
|
||||
url: https://gitlab.com/redhat-crypto/tests/interop.git
|
||||
filter: 'tag: interop-openssl & tag: interop-gnutls & tag: interop-2way'
|
||||
execute:
|
||||
how: tmt
|
10
plans/nss-2way.fmf
Normal file
10
plans/nss-2way.fmf
Normal file
@ -0,0 +1,10 @@
|
||||
summary: Upstreamed interop-2way tests
|
||||
contact: Stanislav Zidek <szidek@redhat.com>
|
||||
discover:
|
||||
# upstreamed tests (public)
|
||||
- name: interop-nss-2way
|
||||
how: fmf
|
||||
url: https://gitlab.com/redhat-crypto/tests/interop.git
|
||||
filter: 'tag: interop-openssl & tag: interop-nss & tag: interop-2way'
|
||||
execute:
|
||||
how: tmt
|
10
plans/nss-reneg.fmf
Normal file
10
plans/nss-reneg.fmf
Normal file
@ -0,0 +1,10 @@
|
||||
summary: Upstreamed interop-2way tests
|
||||
contact: Stanislav Zidek <szidek@redhat.com>
|
||||
discover:
|
||||
# upstreamed tests (public)
|
||||
- name: interop-nss-reneg
|
||||
how: fmf
|
||||
url: https://gitlab.com/redhat-crypto/tests/interop.git
|
||||
filter: 'tag: interop-openssl & tag: interop-nss & tag: interop-reneg'
|
||||
execute:
|
||||
how: tmt
|
11
plans/python.fmf
Normal file
11
plans/python.fmf
Normal file
@ -0,0 +1,11 @@
|
||||
summary: Python self-test.
|
||||
contact: python maintainers <python-maint@redhat.com>
|
||||
discover:
|
||||
- name: python-selftest
|
||||
how: fmf
|
||||
url: https://src.fedoraproject.org/tests/python.git
|
||||
filter: 'test: ./parallel.sh'
|
||||
environment:
|
||||
X: "test_ssl test_asyncio test_hashlib test_ftplib test_httplib test_imaplib test_logging test_nntplib test_poplib test_urllib2_localnet test_urllib test_xmlrpc"
|
||||
execute:
|
||||
how: tmt
|
10
plans/short-interop-tests.fmf
Normal file
10
plans/short-interop-tests.fmf
Normal file
@ -0,0 +1,10 @@
|
||||
summary: Upstreamed interop tests - short tests which do not need to run in parallel
|
||||
contact: Stanislav Zidek <szidek@redhat.com>
|
||||
discover:
|
||||
# upstreamed tests (public)
|
||||
- name: interop-other+basic
|
||||
how: fmf
|
||||
url: https://gitlab.com/redhat-crypto/tests/interop.git
|
||||
filter: 'tag: interop-openssl & tag: -interop-slow'
|
||||
execute:
|
||||
how: tmt
|
@ -1,18 +0,0 @@
|
||||
---
|
||||
- hosts: localhost
|
||||
roles:
|
||||
- role: standard-test-basic
|
||||
tags:
|
||||
- classic
|
||||
repositories:
|
||||
- repo: "https://src.fedoraproject.org/tests/python.git"
|
||||
dest: "python"
|
||||
tests:
|
||||
- python_selftest:
|
||||
dir: python/selftest
|
||||
run: X="test_ssl test_asyncio test_hashlib test_ftplib test_httplib test_imaplib test_logging test_nntplib test_poplib test_urllib2_localnet test_urllib test_xmlrpc" ./parallel.sh
|
||||
required_packages:
|
||||
- gcc # for extension building in venv and selftest
|
||||
- python3-tkinter # for selftest
|
||||
- python3-test # for selftest
|
||||
- python3-rpm-macros # for dynamic python version
|
Loading…
Reference in New Issue
Block a user