From: kuldeepkash Date: Tue, 8 Dec 2020 15:26:42 +0000 (+0000) Subject: doc: Updated topotest.rst doc with iperf X-Git-Tag: base_8.0~436^2 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=a91530499a3e1fa3a77b2d2b98bf42dd4e3d2af3;p=mirror%2Ffrr.git doc: Updated topotest.rst doc with iperf 1. We are using iperf to send IGMP join and traffic for multicast suites. Iperf must be used to run all multicast suite Signed-off-by: kuldeepkash --- diff --git a/doc/developer/topotests.rst b/doc/developer/topotests.rst index 3e8987f126..16901c08ab 100644 --- a/doc/developer/topotests.rst +++ b/doc/developer/topotests.rst @@ -21,6 +21,7 @@ Installing Mininet Infrastructure apt-get install mininet apt-get install python-pip apt-get install iproute + apt-get install iperf pip install ipaddr pip install "pytest<5" pip install exabgp==3.4.17 (Newer 4.0 version of exabgp is not yet