]> git.puffer.fish Git - mirror/frr.git/commit
tests: Add a very basic `dump bgp PATH..` topotest 16883/head
authorDonald Sharp <sharpd@nvidia.com>
Fri, 20 Sep 2024 17:02:51 +0000 (13:02 -0400)
committerDonald Sharp <sharpd@nvidia.com>
Fri, 20 Sep 2024 17:02:51 +0000 (13:02 -0400)
commit8bb70ffb26715692701f0ef197276f5134f517c7
tree5624095bde69ccca261acb3d11c8d5700faacb6c
parent65609a672f0ad659748fe6e731d1752558d84281
tests: Add a very basic `dump bgp PATH..` topotest

None of the bgp dump code was even tested.  Add a bit
of basic stuff that it at least generates a dump file.
This can be extended at a future time.

Signed-off-by: Donald Sharp <sharpd@nvidia.com>
tests/topotests/dump_of_bgp/r1/frr.conf [new file with mode: 0644]
tests/topotests/dump_of_bgp/r2/frr.conf [new file with mode: 0644]
tests/topotests/dump_of_bgp/test_dump_of_bgp.py [new file with mode: 0644]