]> git.puffer.fish Git - matthieu/frr.git/commit
tests: Add a very simple test for the dplane_fpm_nl module
authorDonald Sharp <sharpd@nvidia.com>
Wed, 14 Feb 2024 17:45:16 +0000 (12:45 -0500)
committerDonald Sharp <sharpd@nvidia.com>
Mon, 4 Mar 2024 16:06:35 +0000 (11:06 -0500)
commit5ca133e070277d7a317968e79f4e94881b87b7a1
treef154c713f07231264b31d4673e6f3e3488d8d0fd
parent841d50e82f8586d2590c014d79620ef90756c590
tests: Add a very simple test for the dplane_fpm_nl module

Ensure that the fpm module connects to the specified listener
and then ensure that 10k routes from sharpd are installed
into the system and then are removed.

Signed-off-by: Donald Sharp <sharpd@nvidia.com>
tests/topotests/fpm_testing_topo1/r1/fpm_counters.json [new file with mode: 0644]
tests/topotests/fpm_testing_topo1/r1/fpm_stub.conf [new file with mode: 0644]
tests/topotests/fpm_testing_topo1/r1/routes_summ.json [new file with mode: 0644]
tests/topotests/fpm_testing_topo1/r1/routes_summ_removed.json [new file with mode: 0644]
tests/topotests/fpm_testing_topo1/r1/sharpd.conf [new file with mode: 0644]
tests/topotests/fpm_testing_topo1/r1/zebra.conf [new file with mode: 0644]
tests/topotests/fpm_testing_topo1/test_fpm_topo1.py [new file with mode: 0644]