]> git.puffer.fish Git - mirror/frr.git/commitdiff
tests: fix ospf ASBR summary test 9511/head
authorChristian Hopps <chopps@labn.net>
Fri, 27 Aug 2021 18:46:20 +0000 (14:46 -0400)
committerChristian Hopps <chopps@labn.net>
Fri, 27 Aug 2021 18:46:20 +0000 (14:46 -0400)
Previously the check did nothing as the input_dict parameter was wrong.

Signed-off-by: Christian Hopps <chopps@labn.net>
tests/topotests/ospf_basic_functionality/test_ospf_asbr_summary_topo1.py

index e61a6b590506a4e2c50611d3a8be59430c665573..a3f1bc76ffec17ad3591b60fc795d6a4a0250b64 100644 (file)
@@ -1384,7 +1384,7 @@ def test_ospf_type5_summary_tc45_p0(request):
 
     step("Verify that summary lsa is withdrawn from R1 and deleted from R0.")
     dut = "r1"
-    result = verify_ospf_rib(tgen, dut, input_dict, expected=False)
+    result = verify_ospf_rib(tgen, dut, input_dict_summary, expected=False)
     assert (
         result is not True
     ), "Testcase {} : Failed \n Error: " "Routes still present in OSPF RIB {}".format(