From: Donald Sharp Date: Mon, 14 Apr 2025 13:07:54 +0000 (-0400) Subject: doc: Document new test dependancy X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=ebe345828885f8039506749d32adeffe617140e6;p=mirror%2Ffrr.git doc: Document new test dependancy ssmping is needed to test the ssmpingd in the pimd daemon. Signed-off-by: Donald Sharp --- diff --git a/doc/developer/topotests.rst b/doc/developer/topotests.rst index 9e05a99474..c52b0b4ba5 100644 --- a/doc/developer/topotests.rst +++ b/doc/developer/topotests.rst @@ -35,7 +35,8 @@ Installing Topotest Requirements iputils-ping \ iptables \ tshark \ - valgrind + valgrind \ + ssmping python3 -m pip install wheel python3 -m pip install 'pytest>=8.3.2' 'pytest-asyncio>=0.24.0' 'pytest-xdist>=3.6.1' python3 -m pip install 'scapy>=2.4.5'