libp2p-test-plans/multidim-interop
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
..
compose-spec Add fast multidimensional interop tests (#97) 2023-01-10 14:26:27 -08:00
go Support other repos using the multidim interop tests (#99) 2023-01-13 10:23:58 -08:00
js/v0.41 Support other repos using the multidim interop tests (#99) 2023-01-13 10:23:58 -08:00
rust Add webrtc transport multidim interop (#100) 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
Makefile Add fast multidimensional interop tests (#97) 2023-01-10 14:26:27 -08:00
dockerBuildWrapper.sh Add fast multidimensional interop tests (#97) 2023-01-10 14:26:27 -08:00
package-lock.json Support other repos using the multidim interop tests (#99) 2023-01-13 10:23:58 -08:00
package.json Support other repos using the multidim interop tests (#99) 2023-01-13 10:23:58 -08:00
renderResults.ts Add fast multidimensional interop tests (#97) 2023-01-10 14:26:27 -08:00
testplans.ts Support other repos using the multidim interop tests (#99) 2023-01-13 10:23:58 -08:00
versions.ts Add webrtc transport multidim interop (#100) 2023-01-18 11:56:09 +00:00