From 4b843e759b26a6cf676f776dc6ac13a5f5e7a5ad Mon Sep 17 00:00:00 2001 From: Donatas Abraitis Date: Wed, 18 Oct 2023 12:31:22 +0300 Subject: [PATCH] tests: Rename test_bgp_dynamic_capability_role Was copied, but forgot to rename accordingly. Signed-off-by: Donatas Abraitis --- .../test_bgp_dynamic_capability_addpath.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(): -- 2.39.5