libp2p-test-plans/multidim-interop/rust
João Oliveira b0f3a2d2ae
Add webrtc transport multidim interop (#100)
* update interop rust test lib to use tokio

to allow us add the WebRTC transport test (which is only available with
the tokio runtime)
Clean up the test and update Cargo.toml to 0.2.0 to avoid conflicting with the older tests, and allow us to import lib.rs
on the rust-libp2p repo and have the master tests there.

* simplify build_builder function

* replace deprecated ping keepalive

with KeepAlive Behaviour

* add WebRTC support for rust tests

* add webrtc support on interop generator.

* fix typo on generators.ts

webrtc instead of webtransport.

* update rust test plans to use enums instead.

* update rust tests enum to match the ones by generator.ts

* fix webrtc testcases to have proper security and muxer.

* review: address suggestions:

- undo generator changes, let's do that later on
- don't parse muxer and sec protocol where we don't need it

* ident generator.ts.
2023-01-18 11:56:09 +00:00
..
src Add webrtc transport multidim interop (#100) 2023-01-18 11:56:09 +00:00
.gitignore Add fast multidimensional interop tests (#97) 2023-01-10 14:26:27 -08:00
Cargo.lock Add webrtc transport multidim interop (#100) 2023-01-18 11:56:09 +00:00
Cargo.toml Add webrtc transport multidim interop (#100) 2023-01-18 11:56:09 +00:00
Dockerfile Add fast multidimensional interop tests (#97) 2023-01-10 14:26:27 -08:00
Makefile Add fast multidimensional interop tests (#97) 2023-01-10 14:26:27 -08:00