]> git.puffer.fish Git - matthieu/frr.git/commit
topotests: add bgp_rpki_topo1
authorLouis Scalbert <louis.scalbert@6wind.com>
Fri, 15 Dec 2023 15:31:44 +0000 (16:31 +0100)
committerLouis Scalbert <louis.scalbert@6wind.com>
Thu, 11 Jan 2024 13:13:46 +0000 (14:13 +0100)
commit751500acdbdff0b4ba4d025f4436ddb1282f2588
tree35bcfe8b63df0d554b17b2272b8d894f6d133de7
parentf8875f53d69509a151249efff4ecaa0c9122c1f8
topotests: add bgp_rpki_topo1

Add bgp_rpki_topo1 topotest to validate the RPKI feature. Use a RTR RPKI
server from the above link with a black cleaning.

Link: https://raw.githubusercontent.com/tmshlvck/pyrtr/90df586375396aae08b07069187308b5b7b8823b/pyrtr/__init__.py
Signed-off-by: Louis Scalbert <louis.scalbert@6wind.com>
17 files changed:
tests/topotests/bgp_rpki_topo1/__init__.py [new file with mode: 0644]
tests/topotests/bgp_rpki_topo1/r1/bgpd.conf [new file with mode: 0644]
tests/topotests/bgp_rpki_topo1/r1/rtrd.py [new file with mode: 0755]
tests/topotests/bgp_rpki_topo1/r1/staticd.conf [new file with mode: 0644]
tests/topotests/bgp_rpki_topo1/r1/vrps.csv [new file with mode: 0644]
tests/topotests/bgp_rpki_topo1/r1/zebra.conf [new file with mode: 0644]
tests/topotests/bgp_rpki_topo1/r2/bgp_table_rmap_rpki_any.json [new file with mode: 0644]
tests/topotests/bgp_rpki_topo1/r2/bgp_table_rmap_rpki_notfound.json [new file with mode: 0644]
tests/topotests/bgp_rpki_topo1/r2/bgp_table_rmap_rpki_valid.json [new symlink]
tests/topotests/bgp_rpki_topo1/r2/bgp_table_rpki_any.json [new file with mode: 0644]
tests/topotests/bgp_rpki_topo1/r2/bgp_table_rpki_notfound.json [new file with mode: 0644]
tests/topotests/bgp_rpki_topo1/r2/bgp_table_rpki_valid.json [new file with mode: 0644]
tests/topotests/bgp_rpki_topo1/r2/bgpd.conf [new file with mode: 0644]
tests/topotests/bgp_rpki_topo1/r2/rpki_prefix_table.json [new file with mode: 0644]
tests/topotests/bgp_rpki_topo1/r2/staticd.conf [new file with mode: 0644]
tests/topotests/bgp_rpki_topo1/r2/zebra.conf [new file with mode: 0644]
tests/topotests/bgp_rpki_topo1/test_bgp_rpki_topo1.py [new file with mode: 0644]