mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-15 11:30:30 +00:00
Merge pull request #13547 from LabNConsulting/chopps/topo-tshark-doc
doc: document optionally required packages
This commit is contained in:
commit
967d7ceda1
@ -17,13 +17,23 @@ Tested with Ubuntu 20.04,Ubuntu 18.04, and Debian 11.
|
|||||||
Instructions are the same for all setups (i.e. ExaBGP is only used for
|
Instructions are the same for all setups (i.e. ExaBGP is only used for
|
||||||
BGP tests).
|
BGP tests).
|
||||||
|
|
||||||
|
Tshark is only required if you enable any packet captures on test runs.
|
||||||
|
|
||||||
|
Valgrind is only required if you enable valgrind on test runs.
|
||||||
|
|
||||||
Installing Topotest Requirements
|
Installing Topotest Requirements
|
||||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||||
|
|
||||||
.. code:: shell
|
.. code:: shell
|
||||||
|
|
||||||
apt-get install gdb iproute2 net-tools python3-pip \
|
apt-get install \
|
||||||
iputils-ping valgrind
|
gdb \
|
||||||
|
iproute2 \
|
||||||
|
net-tools \
|
||||||
|
python3-pip \
|
||||||
|
iputils-ping \
|
||||||
|
tshark \
|
||||||
|
valgrind
|
||||||
python3 -m pip install wheel
|
python3 -m pip install wheel
|
||||||
python3 -m pip install 'pytest>=6.2.4'
|
python3 -m pip install 'pytest>=6.2.4'
|
||||||
python3 -m pip install 'pytest-xdist>=2.3.0'
|
python3 -m pip install 'pytest-xdist>=2.3.0'
|
||||||
|
Loading…
Reference in New Issue
Block a user