]> git.puffer.fish Git - mirror/frr.git/commit
tests: add bgp_linkstate_topo1
authorLouis Scalbert <louis.scalbert@6wind.com>
Mon, 16 Jan 2023 14:43:54 +0000 (15:43 +0100)
committerLouis Scalbert <louis.scalbert@6wind.com>
Mon, 18 Sep 2023 13:06:23 +0000 (15:06 +0200)
commita0e6cd4c8fb954f66546b056b0016b4ca7a0a430
tree09755e582b5734be6e8713edf01d7a23f1d5ae75
parentde38eada9c0527758bca34984d2f018670d74c9a
tests: add bgp_linkstate_topo1

Use an external BGP injector tool in router r1. Check that bgpd on r2 is
able to decode BGP-LS prefixes and re-encode to the r3 instance.

Link: https://github.com/louis-6wind/bgp_injector
Signed-off-by: Louis Scalbert <louis.scalbert@6wind.com>
14 files changed:
tests/topotests/bgp_linkstate_topo1/__init__.py [new file with mode: 0644]
tests/topotests/bgp_linkstate_topo1/r1/bgp_injector.cfg [new file with mode: 0644]
tests/topotests/bgp_linkstate_topo1/r1/bgp_injector.py [new file with mode: 0755]
tests/topotests/bgp_linkstate_topo1/r1/staticd.conf [new file with mode: 0644]
tests/topotests/bgp_linkstate_topo1/r1/zebra.conf [new file with mode: 0644]
tests/topotests/bgp_linkstate_topo1/r2/bgpd.conf [new file with mode: 0644]
tests/topotests/bgp_linkstate_topo1/r2/linkstate.json [new file with mode: 0644]
tests/topotests/bgp_linkstate_topo1/r2/staticd.conf [new file with mode: 0644]
tests/topotests/bgp_linkstate_topo1/r2/zebra.conf [new file with mode: 0644]
tests/topotests/bgp_linkstate_topo1/r3/bgpd.conf [new file with mode: 0644]
tests/topotests/bgp_linkstate_topo1/r3/linkstate.json [new symlink]
tests/topotests/bgp_linkstate_topo1/r3/staticd.conf [new file with mode: 0644]
tests/topotests/bgp_linkstate_topo1/r3/zebra.conf [new file with mode: 0644]
tests/topotests/bgp_linkstate_topo1/test_bgp_linkstate_topo1.py [new file with mode: 0644]