tests: fix ospf ASBR summary test

Previously the check did nothing as the input_dict parameter was wrong.

Signed-off-by: Christian Hopps <chopps@labn.net>
This commit is contained in:
Christian Hopps 2021-08-27 14:46:20 -04:00
parent 3e386e98b3
commit 0779f17742
No known key found for this signature in database
GPG Key ID: 2E1D830ED7B83025

View 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(