Skip to content

Commit

Permalink
Adding interop tests
Browse files Browse the repository at this point in the history
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 <tomas@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from #22726)

(cherry picked from commit 83783dd)
  • Loading branch information
nhorman committed Jan 5, 2024
1 parent 729e284 commit d0f2d6b
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/interop-tests.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit d0f2d6b

Please sign in to comment.