Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add end to end tests using OpenSSL #193

Merged
merged 1 commit into from
Feb 24, 2020
Merged

Commits on Feb 24, 2020

  1. Add end to end tests using OpenSSL

    End to end tests are now executed in the folowing modes:
    
     - pion client + pion server
     - openssl client + pion server
     - pion client + openssl server
    
    OpenSSL is launched using `exec.Command` and therefore `openssl`
    command must be available before running these tests. Tests are
    enabled via `openssl` tag.
    igolaizola committed Feb 24, 2020
    Configuration menu
    Copy the full SHA
    152c01e View commit details
    Browse the repository at this point in the history