mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-08 12:49:18 +00:00
tests: apply black nhrp_redundancy
Apply black nhrp_redundancy Signed-off-by: Louis Scalbert <louis.scalbert@6wind.com>
This commit is contained in:
parent
43cc850def
commit
f04191f559
@ -207,7 +207,6 @@ def test_protocols_convergence():
|
|||||||
|
|
||||||
# Check NHRP cache on servers and clients
|
# Check NHRP cache on servers and clients
|
||||||
for _, router in router_list.items():
|
for _, router in router_list.items():
|
||||||
|
|
||||||
json_file = "{}/{}/nhrp_cache.json".format(CWD, router.name)
|
json_file = "{}/{}/nhrp_cache.json".format(CWD, router.name)
|
||||||
if not os.path.isfile(json_file):
|
if not os.path.isfile(json_file):
|
||||||
logger.info("skipping file {}".format(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
|
# Check NHRP IPV4 routes on servers and clients
|
||||||
for rname, router in router_list.items():
|
for rname, router in router_list.items():
|
||||||
|
|
||||||
json_file = "{}/{}/nhrp_route.json".format(CWD, router.name)
|
json_file = "{}/{}/nhrp_route.json".format(CWD, router.name)
|
||||||
if not os.path.isfile(json_file):
|
if not os.path.isfile(json_file):
|
||||||
logger.info("skipping file {}".format(json_file))
|
logger.info("skipping file {}".format(json_file))
|
||||||
|
Loading…
Reference in New Issue
Block a user