]> git.puffer.fish Git - mirror/frr.git/commitdiff
tests: Rename BGP OAD test function 16352/head
authorDonatas Abraitis <donatas@opensourcerouting.org>
Sun, 7 Jul 2024 15:26:30 +0000 (18:26 +0300)
committerDonatas Abraitis <donatas@opensourcerouting.org>
Sun, 7 Jul 2024 15:26:30 +0000 (18:26 +0300)
Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
tests/topotests/bgp_oad/test_bgp_oad.py

index a2ca37a2b7c84b6697bfb4300fa87c80e5e2d252..bb779462db27c53f92df819ef9a5db32f80d644f 100644 (file)
@@ -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():