From 538b5b49e437a83abd7cc09902ce6217ee6a1f7f Mon Sep 17 00:00:00 2001 From: Max Inden Date: Tue, 11 Oct 2022 18:48:56 +0100 Subject: [PATCH] ROADMAP: Remove testground entry This is tracked on the [libp2p test-plans](https://github.com/libp2p/test-plans/pull/44/) see also https://github.com/libp2p/test-plans/issues/53. --- ROADMAP.md | 32 ++------------------------------ 1 file changed, 2 insertions(+), 30 deletions(-) diff --git a/ROADMAP.md b/ROADMAP.md index 675755b09b7..f7116daa316 100644 --- a/ROADMAP.md +++ b/ROADMAP.md @@ -4,7 +4,6 @@ **Table of Contents** - [rust-libp2p Roadmap](#rust-libp2p-roadmap) - - [Testground abstraction](#testground-abstraction) - [TLS support](#tls-support) - [QUIC support](#quic-support) - [WebRTC support (browser-to-server)](#webrtc-support-browser-to-server) @@ -23,33 +22,6 @@ -## Testground abstraction - -**Status:** todo - -**Target completion:** Q4/2022 - -**Tracking:** - -**Past discussions:** - -- https://github.com/libp2p/test-plans/pull/49#issuecomment-1267175415 - -**Dependencies:** - -**Dependents:** - -- [QUIC](#quic-support) -- [WebRTC](#webrtc-support-browser-to-server) - -We now have the infrastructure to run cross-implementation and cross-version compatilibilty tests -via https://github.com/libp2p/test-plans and Testground. This setup is rather bare-bone, i.e. today -it only runs a single TCP test. Long term we need to come up with the abstractions to test many -dimensions, e.g. implementations (Go, JS, Rust, Nim), version, transport, ... . - -This will enable us to test QUIC and WebRTC against rust-libp2p itself as well as js-libp2p and -go-libp2p. - ## TLS support **Status:** In progress @@ -76,7 +48,7 @@ support. Running TLS on top of TCP is a nice to have, since we already have nois **Dependencies:** - [TLS](#tls-support) -- [Testground](#testground) +- https://github.com/libp2p/test-plans/issues/53 **Dependents:** @@ -95,7 +67,7 @@ issue https://github.com/libp2p/rust-libp2p/issues/2883. **Dependencies:** - [TLS](#tls-support) -- [Testground](#testground) +- https://github.com/libp2p/test-plans/issues/53 **Dependents:**