mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-06 18:04:03 +00:00
tests: fix warning, incorrect use of is
.
Remove the never-executed code. Signed-off-by: Christian Hopps <chopps@labn.net>
This commit is contained in:
parent
89f0982149
commit
7c5d70611a
@ -847,8 +847,6 @@ def test_bgp_unique_rid_chaos4_p2():
|
||||
for intf in topo["routers"][rtr]["links"].keys():
|
||||
topo1["routers"][rtr]["links"][intf].pop("ipv4")
|
||||
topo1["routers"][rtr]["links"][intf].pop("ipv6")
|
||||
if intf is "lo":
|
||||
topo1["routers"][rtr]["links"][intf].pop("ipv4")
|
||||
|
||||
build_config_from_json(tgen, topo1, save_bkup=False)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user