From 18ed0fef76e0a68fd4bd2bf8b0128676bf0a4f0e Mon Sep 17 00:00:00 2001 From: Peter Leitmann Date: Sun, 2 Apr 2023 21:29:54 +0200 Subject: [PATCH] Add Testing Farm TMT interoperability tests with OpenSSL/NSS Related: rhbz#2180023 Signed-off-by: Peter Leitmann --- .fmf/version | 1 + ci.fmf | 1 + plans/nss-2way.fmf | 9 +++++++++ plans/openssl-2way.fmf | 9 +++++++++ plans/short-interop-tests.fmf | 9 +++++++++ 5 files changed, 29 insertions(+) create mode 100644 .fmf/version create mode 100644 ci.fmf create mode 100644 plans/nss-2way.fmf create mode 100644 plans/openssl-2way.fmf create mode 100644 plans/short-interop-tests.fmf diff --git a/.fmf/version b/.fmf/version new file mode 100644 index 0000000..d00491f --- /dev/null +++ b/.fmf/version @@ -0,0 +1 @@ +1 diff --git a/ci.fmf b/ci.fmf new file mode 100644 index 0000000..c5aa0e0 --- /dev/null +++ b/ci.fmf @@ -0,0 +1 @@ +resultsdb-testcase: separate diff --git a/plans/nss-2way.fmf b/plans/nss-2way.fmf new file mode 100644 index 0000000..fd3c86c --- /dev/null +++ b/plans/nss-2way.fmf @@ -0,0 +1,9 @@ +summary: Upstreamed gnutls-openssl interop-2way tests +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-nss & tag: interop-2way' +execute: + how: tmt diff --git a/plans/openssl-2way.fmf b/plans/openssl-2way.fmf new file mode 100644 index 0000000..df04012 --- /dev/null +++ b/plans/openssl-2way.fmf @@ -0,0 +1,9 @@ +summary: Upstreamed gnutls-openssl interop-2way tests +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 diff --git a/plans/short-interop-tests.fmf b/plans/short-interop-tests.fmf new file mode 100644 index 0000000..8898c99 --- /dev/null +++ b/plans/short-interop-tests.fmf @@ -0,0 +1,9 @@ +summary: Upstreamed gnutls interop tests - short tests which do not need to run in parallel +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-2way & tag: -interop-3way & tag: -interop-nss-slow' +execute: + how: tmt