]> git.puffer.fish Git - mirror/frr.git/commit
topotests: Adding a test to control release of BGP labels
authorvaruntumbe <varuntumbe1@gmail.com>
Thu, 12 Dec 2024 12:25:37 +0000 (17:55 +0530)
committervaruntumbe <varuntumbe1@gmail.com>
Mon, 16 Dec 2024 15:57:28 +0000 (21:27 +0530)
commitc8e624bfd5bda89545fca853540d4f2fc7e25d83
treec64043def56f470983add7621e23db5bd952242f
parent6bf42834218d2f89959c998c0d6ce6ab9b722557
topotests: Adding a test to control release of BGP labels

Adding the topotest which verifies whether label beloning to corresponding chunk has been released properly or not once
we remove the vpn session

Signed-off-by: Varun Hegde <varuntumbe1@gmail.com>
tests/topotests/bgp_vpnv4_ebgp_vpn_auto/__init__.py [new file with mode: 0644]
tests/topotests/bgp_vpnv4_ebgp_vpn_auto/r1/frr.conf [new file with mode: 0644]
tests/topotests/bgp_vpnv4_ebgp_vpn_auto/r2/frr.conf [new file with mode: 0644]
tests/topotests/bgp_vpnv4_ebgp_vpn_auto/r3/frr.conf [new file with mode: 0644]
tests/topotests/bgp_vpnv4_ebgp_vpn_auto/test_bgp_vpnv4_vpn_auto.py [new file with mode: 0644]