mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-14 08:50:26 +00:00
tests: Fix ospfv3 basic functionality test (backport #16657)
Signed-off-by: Jafar Al-Gharaibeh <jafar@atcorp.com>
This commit is contained in:
parent
516b0092c9
commit
d1db87559d
@ -668,11 +668,6 @@ def test_ospfv3_hello_tc10_p0(request):
|
|||||||
result = verify_ospf6_interface(tgen, topo, dut=dut, input_dict=input_dict)
|
result = verify_ospf6_interface(tgen, topo, dut=dut, input_dict=input_dict)
|
||||||
assert result is True, "Testcase {} : Failed \n Error: {}".format(tc_name, result)
|
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")
|
step(" Try configuring timer values outside range for example 65536")
|
||||||
topo1 = {
|
topo1 = {
|
||||||
"r0": {
|
"r0": {
|
||||||
|
Loading…
Reference in New Issue
Block a user