mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-07 06:03:10 +00:00
docs: clarify topotest requirements
The developer docs weren't clear about some pre-reqs. Signed-off-by: Mark Stapp <mstapp@nvidia.com>
This commit is contained in:
parent
3f6548c542
commit
fd23ce2c01
@ -8,19 +8,21 @@ Topotests is a suite of topology tests for FRR built on top of micronet.
|
|||||||
Installation and Setup
|
Installation and Setup
|
||||||
----------------------
|
----------------------
|
||||||
|
|
||||||
Topotests run under python3. Additionally, for ExaBGP (which is used in some of
|
Topotests run under python3. Additionally, for ExaBGP (which is used
|
||||||
the BGP tests) an older python2 version must be installed.
|
in some of the BGP tests) an older python2 version (and the python2
|
||||||
|
version of ``pip``) must be installed.
|
||||||
|
|
||||||
Tested with Ubuntu 20.04 and Ubuntu 18.04 and Debian 11.
|
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 BGP
|
Instructions are the same for all setups (i.e. ExaBGP is only used for
|
||||||
tests).
|
BGP tests).
|
||||||
|
|
||||||
Installing Topotest Requirements
|
Installing Topotest Requirements
|
||||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||||
|
|
||||||
.. code:: shell
|
.. code:: shell
|
||||||
|
|
||||||
|
apt-get install gdb
|
||||||
apt-get install iproute2
|
apt-get install iproute2
|
||||||
apt-get install net-tools
|
apt-get install net-tools
|
||||||
apt-get install python3-pip
|
apt-get install python3-pip
|
||||||
@ -41,7 +43,6 @@ Optional, will give better output.
|
|||||||
|
|
||||||
.. code:: shell
|
.. code:: shell
|
||||||
|
|
||||||
apt-get install gdb
|
|
||||||
disable apport (which move core files)
|
disable apport (which move core files)
|
||||||
|
|
||||||
Set ``enabled=0`` in ``/etc/default/apport``.
|
Set ``enabled=0`` in ``/etc/default/apport``.
|
||||||
|
Loading…
Reference in New Issue
Block a user