Add TMT interop tests
This commit is contained in:
parent
6a9f55ef66
commit
2f8c73c631
1
.fmf/version
Normal file
1
.fmf/version
Normal file
@ -0,0 +1 @@
|
|||||||
|
1
|
4
plans/fips-smoke.fmf
Normal file
4
plans/fips-smoke.fmf
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
summary: Runs FIPS library integrity checks.
|
||||||
|
name: fips-smoke
|
||||||
|
execute:
|
||||||
|
script: if [[ $(GNUTLS_DEBUG_LEVEL=99 GNUTLS_FORCE_FIPS_MODE=1 certtool 2>&1 | grep "Error") ]]; then exit 1; else exit 0; fi;
|
10
plans/nss-2way.fmf
Normal file
10
plans/nss-2way.fmf
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
summary: Upstreamed gnutls-openssl 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-gnutls & tag: interop-nss & tag: interop-2way'
|
||||||
|
execute:
|
||||||
|
how: tmt
|
10
plans/openssl-2way.fmf
Normal file
10
plans/openssl-2way.fmf
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
summary: Upstreamed gnutls-openssl interop-2way tests
|
||||||
|
contact: Stanislav Zidek <szidek@redhat.com>
|
||||||
|
discover:
|
||||||
|
# upstreamed tests (public)
|
||||||
|
- name: interop-openssl-2way
|
||||||
|
how: fmf
|
||||||
|
url: https://gitlab.com/redhat-crypto/tests/interop.git
|
||||||
|
filter: 'tag: interop-gnutls & tag: interop-openssl & tag: interop-2way'
|
||||||
|
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 gnutls interop tests - short tests which do not need to run in parallel
|
||||||
|
contact: Stanislav Zidek <szidek@redhat.com>
|
||||||
|
discover:
|
||||||
|
# upstreamed tests (public)
|
||||||
|
- name: interop-gnutls-short
|
||||||
|
how: fmf
|
||||||
|
url: https://gitlab.com/redhat-crypto/tests/interop.git
|
||||||
|
filter: 'tag: interop-gnutls & tag: -interop-slow'
|
||||||
|
execute:
|
||||||
|
how: tmt
|
@ -1,13 +0,0 @@
|
|||||||
---
|
|
||||||
- hosts: localhost
|
|
||||||
roles:
|
|
||||||
- role: standard-test-basic
|
|
||||||
tags:
|
|
||||||
- classic
|
|
||||||
tests:
|
|
||||||
- smoke-fips:
|
|
||||||
dir: .
|
|
||||||
run: if [[ $(GNUTLS_DEBUG_LEVEL=99 GNUTLS_FORCE_FIPS_MODE=1 certtool 2>&1 | grep "Error") ]]; then exit 1; else exit 0; fi;
|
|
||||||
required_packages:
|
|
||||||
- gnutls
|
|
||||||
- gnutls-utils
|
|
Loading…
Reference in New Issue
Block a user