Skip to content

Commit 538b5b4

Browse files
committed
ROADMAP: Remove testground entry
This is tracked on the [libp2p test-plans](libp2p/test-plans#44) see also libp2p/test-plans#53.
1 parent 1e5e2d0 commit 538b5b4

1 file changed

Lines changed: 2 additions & 30 deletions

File tree

ROADMAP.md

Lines changed: 2 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
**Table of Contents**
55

66
- [rust-libp2p Roadmap](#rust-libp2p-roadmap)
7-
- [Testground abstraction](#testground-abstraction)
87
- [TLS support](#tls-support)
98
- [QUIC support](#quic-support)
109
- [WebRTC support (browser-to-server)](#webrtc-support-browser-to-server)
@@ -23,33 +22,6 @@
2322

2423
<!-- markdown-toc end -->
2524

26-
## Testground abstraction
27-
28-
**Status:** todo
29-
30-
**Target completion:** Q4/2022
31-
32-
**Tracking:**
33-
34-
**Past discussions:**
35-
36-
- https://github.com/libp2p/test-plans/pull/49#issuecomment-1267175415
37-
38-
**Dependencies:**
39-
40-
**Dependents:**
41-
42-
- [QUIC](#quic-support)
43-
- [WebRTC](#webrtc-support-browser-to-server)
44-
45-
We now have the infrastructure to run cross-implementation and cross-version compatilibilty tests
46-
via https://github.com/libp2p/test-plans and Testground. This setup is rather bare-bone, i.e. today
47-
it only runs a single TCP test. Long term we need to come up with the abstractions to test many
48-
dimensions, e.g. implementations (Go, JS, Rust, Nim), version, transport, ... .
49-
50-
This will enable us to test QUIC and WebRTC against rust-libp2p itself as well as js-libp2p and
51-
go-libp2p.
52-
5325
## TLS support
5426

5527
**Status:** In progress
@@ -76,7 +48,7 @@ support. Running TLS on top of TCP is a nice to have, since we already have nois
7648

7749
**Dependencies:**
7850
- [TLS](#tls-support)
79-
- [Testground](#testground)
51+
- https://github.com/libp2p/test-plans/issues/53
8052

8153
**Dependents:**
8254

@@ -95,7 +67,7 @@ issue https://github.com/libp2p/rust-libp2p/issues/2883.
9567

9668
**Dependencies:**
9769
- [TLS](#tls-support)
98-
- [Testground](#testground)
70+
- https://github.com/libp2p/test-plans/issues/53
9971

10072
**Dependents:**
10173

0 commit comments

Comments
 (0)