]> git.proxmox.com Git - mirror_frr.git/commit
tests: Ensure that the scale_up.py script tests for actual sharp installed routes...
authorDonald Sharp <sharpd@nvidia.com>
Tue, 11 Apr 2023 14:49:34 +0000 (10:49 -0400)
committerDonald Sharp <sharpd@nvidia.com>
Tue, 11 Apr 2023 14:49:34 +0000 (10:49 -0400)
commit66d0d2184ea2a5deea39759d16e88db849d8eb38
treec153710e070808a9b7af509f7c5a650109a0818e
parent59cb833f6a602b39eb59f5b62e270fb310b4fb03
tests: Ensure that the scale_up.py script tests for actual sharp installed routes first

The scale_up.py script used by several tests installs 50k routes into the rib from
sharpd.  It is first looking for the results in the bgp database.  Let's ensure
that the routes are actually installed into the rib first before looking in
the bgp tables.  This should help situations where the system is under extreme
load.

Signed-off-by: Donald Sharp <sharpd@nvidia.com>
tests/topotests/bgp_l3vpn_to_bgp_vrf/scripts/scale_up.py