Skip to content

Commit 407ffd2

Browse files
authored
Merge pull request #16660 from Jafaral/ospfv3-10.1-text-fix
tests: Fix ospfv3 basic functionality test (backport #16657)
2 parents c3239e0 + a924855 commit 407ffd2

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

tests/topotests/ospfv3_basic_functionality/test_ospfv3_single_area.py

-5
Original file line numberDiff line numberDiff line change
@@ -668,11 +668,6 @@ def test_ospfv3_hello_tc10_p0(request):
668668
result = verify_ospf6_interface(tgen, topo, dut=dut, input_dict=input_dict)
669669
assert result is True, "Testcase {} : Failed \n Error: {}".format(tc_name, result)
670670

671-
step("verify that ospf neighbours are full")
672-
ospf_covergence = verify_ospf6_neighbor(tgen, topo, dut=dut)
673-
assert ospf_covergence is True, "Testcase {} : Failed \n Error: {}".format(
674-
tc_name, ospf_covergence
675-
)
676671
step(" Try configuring timer values outside range for example 65536")
677672
topo1 = {
678673
"r0": {

0 commit comments

Comments
 (0)