tests: apply black nhrp_redundancy

Apply black nhrp_redundancy

Signed-off-by: Louis Scalbert <louis.scalbert@6wind.com>
This commit is contained in:
Louis Scalbert 2024-08-30 14:53:55 +02:00
parent 43cc850def
commit f04191f559

View File

@ -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))