From 0ce6a441e2e3b5316445be5651b8a42876c0b868 Mon Sep 17 00:00:00 2001 From: Donatas Abraitis Date: Mon, 27 Feb 2023 22:08:47 +0200 Subject: [PATCH] tests: Use inequality operator for strings tests/topotests/lib/ospf.py:2819: SyntaxWarning: "is not" with a literal. Did you mean "!="? _age is not "get" -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html Signed-off-by: Donatas Abraitis --- tests/topotests/lib/ospf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/topotests/lib/ospf.py b/tests/topotests/lib/ospf.py index 7609c7f899..23b1f2e533 100644 --- a/tests/topotests/lib/ospf.py +++ b/tests/topotests/lib/ospf.py @@ -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