summaryrefslogtreecommitdiff
path: root/tests/topotests/bgp_oad/test_bgp_oad.py
diff options
context:
space:
mode:
authorRuss White <russ@riw.us>2024-07-08 23:16:20 -0400
committerGitHub <noreply@github.com>2024-07-08 23:16:20 -0400
commit29aba901d6f748f1740c7066126d2aa73e66b400 (patch)
treec65493115e892ce4c3d8778d1772cf8f8caf4ba6 /tests/topotests/bgp_oad/test_bgp_oad.py
parentcdbe4dc0269605bd63e0850f9423137a1f09a108 (diff)
parent6477f73c0b0e16d2364d2c5f972f3988c387fa44 (diff)
Merge pull request #16352 from opensourcerouting/fix/rename_test
tests: Rename BGP OAD test function
Diffstat (limited to 'tests/topotests/bgp_oad/test_bgp_oad.py')
-rw-r--r--tests/topotests/bgp_oad/test_bgp_oad.py2
1 files changed, 1 insertions, 1 deletions
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():