mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-04 18:44:54 +00:00
Merge pull request #13311 from LabNConsulting/fix-python-warning
tests: fix warning, incorrect use of `is` use ==
This commit is contained in:
commit
5537b907e9
@ -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