mirror of
https://github.com/FRRouting/frr.git
synced 2025-04-30 13:37:17 +02:00
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:
parent
3b780b023a
commit
ebe3458288
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue