mirror_frr/tests/topotests/zebra_netlink
Donald Sharp a6782fbaf8 tests: zebra_netlink only gives 10 seconds to install all routes
Under really heavily loaded systems this is insufficient.  Looking
at the run output we have this:

	  "2.1.3.22\/32":[
	    {
	      "installed":true,
	    }
	  ],
	  "2.1.3.23\/32":[
	    {
	      "queued":true,
            }
           ],

So after 10 seconds on the micronet system only 30 of the 100 routes are installed.
Give it more time.

Signed-off-by: Donald Sharp <sharpd@nvidia.com>
2023-01-18 15:29:32 -05:00
..
r1 tests: increase wait and update test 2021-09-08 15:25:52 -04:00
__init__.py tests: zebra netlink testcases 2020-08-10 21:57:12 +02:00
test_zebra_netlink.py tests: zebra_netlink only gives 10 seconds to install all routes 2023-01-18 15:29:32 -05:00