mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-09 22:03:12 +00:00
Merge pull request #9975 from donaldsharp/pim_basic_timings
tests: pim_basic needs to wait for event to happen under load
This commit is contained in:
commit
6fbd4db123
@ -172,7 +172,11 @@ def test_pim_send_mcast_stream():
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
assert topotest.json_cmp(out, expected) is None, "failed to converge pim"
|
test_func = partial(
|
||||||
|
topotest.router_json_cmp, r1, "show ip pim upstream json", expected
|
||||||
|
)
|
||||||
|
_, result = topotest.run_and_expect(test_func, None, count=20, wait=1)
|
||||||
|
assert result is None, "failed to converge pim"
|
||||||
# tgen.mininet_cli()
|
# tgen.mininet_cli()
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user