mirror of
https://git.proxmox.com/git/mirror_frr
synced 2026-01-28 05:35:46 +00:00
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:
parent
3e386e98b3
commit
0779f17742
@ -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(
|
||||
|
||||
Loading…
Reference in New Issue
Block a user