mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-10 12:48:53 +00:00
Merge pull request #12911 from opensourcerouting/fix/python_warning_ospf
tests: Use inequality operator for strings
This commit is contained in:
commit
b82c75c64b
@ -2816,7 +2816,7 @@ def get_ospf_database(tgen, topo, dut, input_dict, vrf=None, lsatype=None, rid=N
|
||||
result = True
|
||||
break
|
||||
if (
|
||||
_age is not "get"
|
||||
_age != "get"
|
||||
and lsa["lsaAge"]
|
||||
== show_ospf_json["routerLinkStates"][rtrlsa][
|
||||
ospf_area
|
||||
|
Loading…
Reference in New Issue
Block a user