]> git.puffer.fish Git - mirror/frr.git/commitdiff
tests: Fix ospfv3 basic functionality test (backport #16657) 16660/head
authorJafar Al-Gharaibeh <jafar@atcorp.com>
Tue, 27 Aug 2024 03:40:20 +0000 (22:40 -0500)
committerJafar Al-Gharaibeh <jafar@atcorp.com>
Tue, 27 Aug 2024 03:43:25 +0000 (22:43 -0500)
Signed-off-by: Jafar Al-Gharaibeh <jafar@atcorp.com>
tests/topotests/ospfv3_basic_functionality/test_ospfv3_single_area.py

index 3bafd27f24e463cc9b37828ef9a36bd060911439..f0b139a5356937f5258ce557598a4890d75dc6c3 100644 (file)
@@ -668,11 +668,6 @@ def test_ospfv3_hello_tc10_p0(request):
     result = verify_ospf6_interface(tgen, topo, dut=dut, input_dict=input_dict)
     assert result is True, "Testcase {} : Failed \n Error: {}".format(tc_name, result)
 
-    step("verify that ospf neighbours are  full")
-    ospf_covergence = verify_ospf6_neighbor(tgen, topo, dut=dut)
-    assert ospf_covergence is True, "Testcase {} : Failed \n Error: {}".format(
-        tc_name, ospf_covergence
-    )
     step(" Try configuring timer values outside range for example 65536")
     topo1 = {
         "r0": {