Merge pull request #16352 from opensourcerouting/fix/rename_test

tests: Rename BGP OAD test function
This commit is contained in:
Russ White 2024-07-08 23:16:20 -04:00 committed by GitHub
commit 29aba901d6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -46,7 +46,7 @@ def teardown_module(mod):
tgen.stop_topology() tgen.stop_topology()
def test_bgp_dynamic_capability_role(): def test_bgp_oad():
tgen = get_topogen() tgen = get_topogen()
if tgen.routers_have_failure(): if tgen.routers_have_failure():