]> git.puffer.fish Git - matthieu/frr.git/commit
tests: add BGPLU label sanity test
authorPat Ruddy <pat@voltanet.io>
Wed, 16 Dec 2020 17:02:53 +0000 (17:02 +0000)
committerPat Ruddy <pat@voltanet.io>
Mon, 4 Jan 2021 14:29:44 +0000 (14:29 +0000)
commit160ad964e78bd948cdc5ab336fe9afa93d88b640
tree2fa06b2d930846c8eb56502a3a6dd229bc87d0a8
parent3466e2a1eafe1c9ca122ac749a94d3e08445d5df
tests: add BGPLU label sanity test

This test checks the interactions between the BGP label requesting
code and the labelpool code to ensure the correct number of labels
and label chunks are requested and those labels are freed back into
the pool when the corresponding prefix is removed.

Signed-off-by: Pat Ruddy <pat@voltanet.io>
tests/topotests/bgp_lu_topo1/R1/bgpd.conf [new file with mode: 0644]
tests/topotests/bgp_lu_topo1/R1/labelpool.summ.json [new file with mode: 0644]
tests/topotests/bgp_lu_topo1/R1/zebra.conf [new file with mode: 0644]
tests/topotests/bgp_lu_topo1/R2/bgpd.conf [new file with mode: 0644]
tests/topotests/bgp_lu_topo1/R2/labelpool.summ.json [new file with mode: 0644]
tests/topotests/bgp_lu_topo1/R2/zebra.conf [new file with mode: 0644]
tests/topotests/bgp_lu_topo1/R3/bgpd.conf [new file with mode: 0644]
tests/topotests/bgp_lu_topo1/R3/zebra.conf [new file with mode: 0644]
tests/topotests/bgp_lu_topo1/test_bgp_lu.py [new file with mode: 0644]