]> git.puffer.fish Git - mirror/frr.git/commit
tests: Check received prefixes before immediately sending dynamic capabilities 14763/head
authorDonatas Abraitis <donatas@opensourcerouting.org>
Wed, 8 Nov 2023 14:36:07 +0000 (16:36 +0200)
committerDonatas Abraitis <donatas@opensourcerouting.org>
Thu, 9 Nov 2023 15:14:01 +0000 (17:14 +0200)
commitb80bc3fd1405e2e5c6406d17bb413c4291434567
tree1a3e8789040e20364417fce5ad5fe837a4b4b777
parentcc75bdf02686cf271bb3781a5787ad7a8a214445
tests: Check received prefixes before immediately sending dynamic capabilities

If we send capabilities immediately, before receiving an UPDATE message, we end up
with a notification received from the neighbor. Let's wait until we have the fully
converged topology and do the stuff.

Tested locally and can't replicate the failure, let's see how happy is the CI this time.

Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
tests/topotests/bgp_dynamic_capability/test_bgp_dynamic_capability_graceful_restart.py
tests/topotests/bgp_dynamic_capability/test_bgp_dynamic_capability_role.py
tests/topotests/bgp_dynamic_capability/test_bgp_dynamic_capability_software_version.py