From: Donatas Abraitis Date: Sun, 7 Jul 2024 15:26:30 +0000 (+0300) Subject: tests: Rename BGP OAD test function X-Git-Tag: base_10.2~292^2 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=refs%2Fpull%2F16352%2Fhead;p=mirror%2Ffrr.git tests: Rename BGP OAD test function Signed-off-by: Donatas Abraitis --- diff --git a/tests/topotests/bgp_oad/test_bgp_oad.py b/tests/topotests/bgp_oad/test_bgp_oad.py index a2ca37a2b7..bb779462db 100644 --- a/tests/topotests/bgp_oad/test_bgp_oad.py +++ b/tests/topotests/bgp_oad/test_bgp_oad.py @@ -46,7 +46,7 @@ def teardown_module(mod): tgen.stop_topology() -def test_bgp_dynamic_capability_role(): +def test_bgp_oad(): tgen = get_topogen() if tgen.routers_have_failure():