-
Notifications
You must be signed in to change notification settings - Fork 72
Webrtc Interop Added #756
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
base: master
Are you sure you want to change the base?
Webrtc Interop Added #756
Conversation
|
@acul71 @sumanjeet0012 Please have a look |
Comment for PR #756: WebRTC Interop AddedHi @asmit27rai! Thanks for contributing WebRTC interop tests! However, I wanted to point out that the test-plans repository has been refactored to use a unified architecture, and the approach in this PR doesn't align with the current design. The Refactored ArchitectureThe test-plans repo no longer contains implementation code for multiple languages. Instead:
Current WebRTC SupportWebRTC is already partially integrated into the transport test framework:
See:
What Should Be Done InsteadTo properly add WebRTC interop tests: 1. Add WebRTC to
|
|
@luca I added as you suggested. Should i change the structure of test in that repo too ?? |
Take a look at this directory: https://github.com/libp2p/py-libp2p/tree/main/interop/transport |
@acul71 |
|
@asmit27rai , @acul71 and @sumanjeet0012 : Please resolve the CI/CD issue for webrtc interop tests. Looking forward to re-running the CI/CD pipeline once the issue is resolved. Updated the branch. |
|
@asmit27rai
WebRTC support in py-libp2p is still under active development, which is the reason for the failing test. Once the WebRTC-related PR is merged, we will re-run the CI/CD pipeline to verify whether WebRTC interop is functioning correctly. |
No description provided.