]> git.proxmox.com Git - mirror_frr.git/commit
tests: Allow ping to run multiple times before failing
authorDonald Sharp <sharpd@nvidia.com>
Sat, 27 May 2023 12:50:01 +0000 (08:50 -0400)
committerDonald Sharp <sharpd@nvidia.com>
Sun, 28 May 2023 11:37:25 +0000 (07:37 -0400)
commit131153ea22aa3de94e36b2caf06d45068b0393de
tree43f170b6fbde6e3deed3f3f4e955582f1e01d317
parent2fccc9fa10d94a1f8b434e1dec06bee3ac352245
tests: Allow ping to run multiple times before failing

the bgp_default_originate test brings up the topology and
then immediately pings.  Which sometimes fails.  This is
of course possible since the first ping might actually fail
due to arp going on.  So let's give it a second chance or two.
Especially since the test, at this point, is just installing
a default route.

Signed-off-by: Donald Sharp <sharpd@nvidia.com>
tests/topotests/bgp_default_originate/test_bgp_default_originate_2links.py