]> git.puffer.fish Git - matthieu/frr.git/commit
tests: zebra_netlink ensure the address is installed
authorDonald Sharp <sharpd@nvidia.com>
Fri, 28 Jul 2023 14:31:30 +0000 (10:31 -0400)
committerDonald Sharp <sharpd@nvidia.com>
Sat, 29 Jul 2023 17:39:37 +0000 (13:39 -0400)
commitb0e3fcfe8c2a1562af5146737718853491395cf4
tree5fec4b774abffc42734403eaccc941f75e01f0ec
parent49e9bb281985c0df4ecadf8b61f8ed37862eed52
tests: zebra_netlink ensure the address is installed

Ran test under high load and system rejected the sharp
install of routes.  Only reason that that would happen
would be if the address had not been set by the kernel
yet.  The test log files had timestamp precision and the
addition of the sharp routes was under 1/10 of a second
after the address was attempted to be installed.

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