]> git.puffer.fish Git - matthieu/frr.git/commit
tests: Check received prefixes before immediately sending dynamic capabilities
authorDonatas Abraitis <donatas@opensourcerouting.org>
Wed, 8 Nov 2023 14:36:07 +0000 (16:36 +0200)
committerDonatas Abraitis <donatas@opensourcerouting.org>
Wed, 8 Nov 2023 14:39:08 +0000 (16:39 +0200)
commitc12b976c0afa85babc5d8ab3af6310e58214d22a
treeef0470f267ad93135d3b16f17fbae062725880c0
parentf6d708bc804c76b140c45071365b1a10931ad224
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_addpath.py
tests/topotests/bgp_dynamic_capability/test_bgp_dynamic_capability_graceful_restart.py
tests/topotests/bgp_dynamic_capability/test_bgp_dynamic_capability_orf.py
tests/topotests/bgp_dynamic_capability/test_bgp_dynamic_capability_role.py
tests/topotests/bgp_dynamic_capability/test_bgp_dynamic_capability_software_version.py