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 ssl unit tests #50

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft

add ssl unit tests #50

wants to merge 1 commit into from

Conversation

fsagbuya
Copy link
Contributor

@fsagbuya fsagbuya commented Dec 3, 2024

Description

Add SSL unit tests:

  • Generate certificates and test connection for all sipyco protocols

Requires:
#46
#47

Closes #48

TODO: add tests for logging and broadcast

@sbourdeauducq
Copy link
Member

Structure is not ideal. Instead, provide a library function that generates the certificates, and follow the existing test structure e.g. add a SSL test to https://github.com/m-labs/sipyco/blob/master/sipyco/test/test_pc_rpc.py.

For the elements that don't have tests like Broadcaster then add some, with and without SSL.

rpctool also needs to be tested with SSL.

Signed-off-by: Florian Agbuya <fa@m-labs.ph>
@fsagbuya fsagbuya marked this pull request as draft January 6, 2025 10:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

SSL unit tests
2 participants