From: Donatas Abraitis Date: Wed, 18 Oct 2023 09:31:22 +0000 (+0300) Subject: tests: Rename test_bgp_dynamic_capability_role X-Git-Tag: base_10.0~348^2 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=4b843e759b26a6cf676f776dc6ac13a5f5e7a5ad;p=matthieu%2Ffrr.git tests: Rename test_bgp_dynamic_capability_role Was copied, but forgot to rename accordingly. Signed-off-by: Donatas Abraitis --- diff --git a/tests/topotests/bgp_dynamic_capability/test_bgp_dynamic_capability_addpath.py b/tests/topotests/bgp_dynamic_capability/test_bgp_dynamic_capability_addpath.py index 208251ec91..6bf0078daa 100644 --- a/tests/topotests/bgp_dynamic_capability/test_bgp_dynamic_capability_addpath.py +++ b/tests/topotests/bgp_dynamic_capability/test_bgp_dynamic_capability_addpath.py @@ -47,7 +47,7 @@ def teardown_module(mod): tgen.stop_topology() -def test_bgp_dynamic_capability_role(): +def test_bgp_dynamic_capability_addpath(): tgen = get_topogen() if tgen.routers_have_failure():