doc: Document new test dependancy

ssmping is needed to test the ssmpingd in the pimd daemon.

Signed-off-by: Donald Sharp <sharpd@nvidia.com>
This commit is contained in:
Donald Sharp 2025-04-14 09:07:54 -04:00
parent 3b780b023a
commit ebe3458288

View file

@ -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'