diff options
| author | Donatas Abraitis <donatas@opensourcerouting.org> | 2024-07-07 18:26:30 +0300 |
|---|---|---|
| committer | Donatas Abraitis <donatas@opensourcerouting.org> | 2024-07-07 18:26:30 +0300 |
| commit | 6477f73c0b0e16d2364d2c5f972f3988c387fa44 (patch) | |
| tree | 19ac15c3abb323c4d2c98e4cc34c184fabcde8ed /tests/topotests/bgp_oad/test_bgp_oad.py | |
| parent | d7d491537a936333830c7c2fa3cb52df7e5476a9 (diff) | |
tests: Rename BGP OAD test function
Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
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(): |
