diff options
| author | Russ White <russ@riw.us> | 2024-07-08 23:16:20 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-08 23:16:20 -0400 |
| commit | 29aba901d6f748f1740c7066126d2aa73e66b400 (patch) | |
| tree | c65493115e892ce4c3d8778d1772cf8f8caf4ba6 /tests/topotests/bgp_oad/test_bgp_oad.py | |
| parent | cdbe4dc0269605bd63e0850f9423137a1f09a108 (diff) | |
| parent | 6477f73c0b0e16d2364d2c5f972f3988c387fa44 (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.py | 2 |
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(): |
