mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-07-29 06:17:45 +00:00
Merge pull request #16707 from FRRouting/mergify/bp/stable/10.0/pr-16683
tests: ospf_netns_vrf should give more time for coming up (backport #16683)
This commit is contained in:
commit
a7246d35ff
@ -234,7 +234,7 @@ def test_ospf_json():
|
|||||||
"show ip ospf vrf {0}-ospf-cust1 json".format(rname),
|
"show ip ospf vrf {0}-ospf-cust1 json".format(rname),
|
||||||
expected,
|
expected,
|
||||||
)
|
)
|
||||||
_, diff = topotest.run_and_expect(test_func, None, count=10, wait=0.5)
|
_, diff = topotest.run_and_expect(test_func, None, count=30, wait=1)
|
||||||
assertmsg = '"{}" JSON output mismatches'.format(rname)
|
assertmsg = '"{}" JSON output mismatches'.format(rname)
|
||||||
assert diff is None, assertmsg
|
assert diff is None, assertmsg
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user