mirror_frr/tests
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
..
bgpd bgpd: Add RFC9234 implementation 2022-06-17 13:14:46 +03:00
helpers *: Change thread->func to return void instead of int 2022-02-23 19:56:04 -05:00
isisd isisd: fix metric calculation of classic lfa backup prefixes 2022-10-24 14:56:42 +02:00
lib lib, tests, zebra: Remove unused workqueue error function 2022-12-15 11:15:33 -05:00
ospf6d build: break up tests/subdir.am 2021-11-11 14:40:03 +01:00
ospfd ospfd: add all_rtrs route table when opaque enabled 2022-06-02 16:37:16 -04:00
topotests tests: zebra_netlink only gives 10 seconds to install all routes 2023-01-18 15:29:32 -05:00
zebra build: break up tests/subdir.am 2021-11-11 14:40:03 +01:00
.gitignore tests: new grpc topotest 2022-03-14 11:14:12 -04:00
Makefile build: non-recursive tests 2018-09-08 21:26:54 +02:00
pytest.ini tests: Exclude topotests from consideration 2018-11-27 20:22:10 -05:00
runtests.py *: reformat python files 2020-10-07 17:22:26 -04:00
subdir.am build: break up tests/subdir.am 2021-11-11 14:40:03 +01:00