]> git.puffer.fish Git - matthieu/frr.git/commit
tests: add bgp_lu_topo2 test suite
authorMark Stapp <mstapp@nvidia.com>
Thu, 30 Sep 2021 19:56:34 +0000 (15:56 -0400)
committerMark Stapp <mstapp@nvidia.com>
Fri, 8 Oct 2021 13:11:51 +0000 (09:11 -0400)
commit8734a29c8f06ebaa555fd9f30f36901b1fba2035
treeee6f65e85f4e51011c635a1b47e1d361ab6b7209
parentbb2ca6927f98b53e9d860697ed82477eddbebe5c
tests: add bgp_lu_topo2 test suite

Add a second BGP labelled-unicast (BGP-LU) test suite, with
an additional router and some additional tests.

Signed-off-by: Mark Stapp <mstapp@nvidia.com>
12 files changed:
tests/topotests/bgp_lu_topo2/R1/bgpd.conf [new file with mode: 0644]
tests/topotests/bgp_lu_topo2/R1/labelpool.summ.json [new file with mode: 0644]
tests/topotests/bgp_lu_topo2/R1/zebra.conf [new file with mode: 0644]
tests/topotests/bgp_lu_topo2/R2/bgpd.conf [new file with mode: 0644]
tests/topotests/bgp_lu_topo2/R2/labelpool.summ.json [new file with mode: 0644]
tests/topotests/bgp_lu_topo2/R2/zebra.conf [new file with mode: 0644]
tests/topotests/bgp_lu_topo2/R3/bgpd.conf [new file with mode: 0644]
tests/topotests/bgp_lu_topo2/R3/staticd.conf [new file with mode: 0644]
tests/topotests/bgp_lu_topo2/R3/zebra.conf [new file with mode: 0644]
tests/topotests/bgp_lu_topo2/R4/bgpd.conf [new file with mode: 0644]
tests/topotests/bgp_lu_topo2/R4/zebra.conf [new file with mode: 0644]
tests/topotests/bgp_lu_topo2/test_bgp_lu2.py [new file with mode: 0644]