]> git.puffer.fish Git - matthieu/frr.git/commitdiff
tests: apply black nhrp_redundancy
authorLouis Scalbert <louis.scalbert@6wind.com>
Fri, 30 Aug 2024 12:53:55 +0000 (14:53 +0200)
committerLouis Scalbert <louis.scalbert@6wind.com>
Fri, 30 Aug 2024 12:55:34 +0000 (14:55 +0200)
Apply black nhrp_redundancy

Signed-off-by: Louis Scalbert <louis.scalbert@6wind.com>
tests/topotests/nhrp_redundancy/test_nhrp_redundancy.py

index ffd9abc9d471e4b893c1f787cfef46653cb4a308..7c90db206ef850d0a6937b026dc933f2160a4a0d 100644 (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))