diff options
| author | Russ White <russ@riw.us> | 2024-08-27 15:24:53 -0400 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-08-27 15:24:53 -0400 | 
| commit | fc7cf2737329366b1a27270acf3d83b6a68c0ad2 (patch) | |
| tree | fbbcfbe6e7ebd8e8a638bde59b1d1bc0c40b2784 | |
| parent | 516b0092c9dbd9c2bf627f088d72354c89d55156 (diff) | |
| parent | d1db87559d5f201e0437d2462a96419ce98b32ad (diff) | |
Merge pull request #16661 from Jafaral/ospfv3-10.0-fix-test
tests: Fix ospfv3 basic functionality test (backport #16657)
| -rw-r--r-- | tests/topotests/ospfv3_basic_functionality/test_ospfv3_single_area.py | 5 | 
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/topotests/ospfv3_basic_functionality/test_ospfv3_single_area.py b/tests/topotests/ospfv3_basic_functionality/test_ospfv3_single_area.py index 7199f160fe..43e7a2fefc 100644 --- a/tests/topotests/ospfv3_basic_functionality/test_ospfv3_single_area.py +++ b/tests/topotests/ospfv3_basic_functionality/test_ospfv3_single_area.py @@ -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": {  | 
