diff options
author | Mark Stapp <mjs@voltanet.io> | 2020-07-07 14:55:31 +0200 |
---|---|---|
committer | Mark Stapp <mjs@voltanet.io> | 2020-07-07 14:55:31 +0200 |
commit | d9c43f8f19cfa7ec389824630947379307b7d515 (patch) | |
tree | 43c5b0ad4fc9c60895b79fbfe7182a552be3dc7e /doc/developer/topotests.rst | |
parent | Merge pull request #6656 from mjstapp/fix_lsp_del_schedule (diff) | |
download | frr-d9c43f8f19cfa7ec389824630947379307b7d515.tar.xz frr-d9c43f8f19cfa7ec389824630947379307b7d515.zip |
doc: add note about generous BGP topotest timeouts
Add note blocks to the topotest and topotest-json dev docs to
emphasize the need for generous BGP retry/convergence timers.
Signed-off-by: Mark Stapp <mjs@voltanet.io>
Diffstat (limited to '')
-rw-r--r-- | doc/developer/topotests.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/developer/topotests.rst b/doc/developer/topotests.rst index 7e627781e..b32f2bbf4 100644 --- a/doc/developer/topotests.rst +++ b/doc/developer/topotests.rst @@ -363,6 +363,12 @@ This is the recommended test writing routine: - Format the new code using `black <https://github.com/psf/black>`_ - Create a Pull Request +.. Note:: + + BGP tests MUST use generous convergence timeouts - you must ensure + that any test involving BGP uses a convergence timeout of at least + 130 seconds. + Topotest File Hierarchy """"""""""""""""""""""" |