From f04191f559b516a2962e092fe849a38b2f6715ec Mon Sep 17 00:00:00 2001 From: Louis Scalbert Date: Fri, 30 Aug 2024 14:53:55 +0200 Subject: [PATCH] tests: apply black nhrp_redundancy Apply black nhrp_redundancy Signed-off-by: Louis Scalbert --- tests/topotests/nhrp_redundancy/test_nhrp_redundancy.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/topotests/nhrp_redundancy/test_nhrp_redundancy.py b/tests/topotests/nhrp_redundancy/test_nhrp_redundancy.py index ffd9abc9d4..7c90db206e 100644 --- a/tests/topotests/nhrp_redundancy/test_nhrp_redundancy.py +++ b/tests/topotests/nhrp_redundancy/test_nhrp_redundancy.py @@ -207,7 +207,6 @@ def test_protocols_convergence(): # Check NHRP cache on servers and clients for _, router in router_list.items(): - json_file = "{}/{}/nhrp_cache.json".format(CWD, router.name) if not os.path.isfile(json_file): logger.info("skipping file {}".format(json_file)) @@ -227,7 +226,6 @@ def test_protocols_convergence(): # Check NHRP IPV4 routes on servers and clients for rname, router in router_list.items(): - json_file = "{}/{}/nhrp_route.json".format(CWD, router.name) if not os.path.isfile(json_file): logger.info("skipping file {}".format(json_file)) -- 2.39.5