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