From: Neil Horman Date: Tue, 14 Nov 2023 11:01:51 +0000 (-0500) Subject: Adding interop tests X-Git-Tag: openssl-3.0.13~37 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d0f2d6be153eaf719dbf8f2cf5e528527bb9570a;p=thirdparty%2Fopenssl.git Adding interop tests Fedora has some fairly nice interoperability tests that we can leverage to build a PR and test it against gnutls and nss libraries. This commit adds the interop-tests.yml ci job to do that work, and run the interop tests from beaker. Fixes #20685 Reviewed-by: Tomas Mraz Reviewed-by: Matt Caswell (Merged from https://github.com/openssl/openssl/pull/22726) (cherry picked from commit 83783dd16e767483020e5b2dc3b1c0ac26520917) --- diff --git a/.github/workflows/interop-tests.yml b/.github/workflows/interop-tests.yml index d6a17f67900..6ace6a60aa6 100644 --- a/.github/workflows/interop-tests.yml +++ b/.github/workflows/interop-tests.yml @@ -1,8 +1,3 @@ -# Notes: -# /__w/openssl is the path that github bind-mounts into the container so the ci -# filesystem for this job can be reached. Please note that any changes made to -# this job involving file system paths should be made prefixed with, or relative -# to that directory name: Interoperability tests with GnuTLS and NSS on: schedule: