]> git.puffer.fish Git - mirror/frr.git/commit
tests: add bgp_l3vpn_hidden topotest
authorLouis Scalbert <louis.scalbert@6wind.com>
Fri, 14 Feb 2025 13:07:40 +0000 (14:07 +0100)
committerLouis Scalbert <louis.scalbert@6wind.com>
Mon, 24 Feb 2025 16:52:43 +0000 (17:52 +0100)
commit118afe4690d5563887c1b2095d18e23cc77a21a2
tree689cb06c2e87f0989d620dfe5a31053c91d31379
parent1515a59202280933936b41c4cb2cb11c7889b279
tests: add bgp_l3vpn_hidden topotest

Test that leaving the hidden BGP instance state is working.

Signed-off-by: Louis Scalbert <louis.scalbert@6wind.com>
22 files changed:
tests/topotests/bgp_l3vpn_hidden/__init__.py [new file with mode: 0644]
tests/topotests/bgp_l3vpn_hidden/ce1/frr.conf [new file with mode: 0644]
tests/topotests/bgp_l3vpn_hidden/ce1/show_bgp_ipv4_unicast.json [new file with mode: 0644]
tests/topotests/bgp_l3vpn_hidden/ce1/show_bgp_ipv4_unicast_step1.json [new symlink]
tests/topotests/bgp_l3vpn_hidden/ce1/show_bgp_ipv4_vpn_step1.json [new file with mode: 0644]
tests/topotests/bgp_l3vpn_hidden/ce1/show_bgp_ipv6_unicast.json [new file with mode: 0644]
tests/topotests/bgp_l3vpn_hidden/ce1/show_bgp_ipv6_unicast_step1.json [new symlink]
tests/topotests/bgp_l3vpn_hidden/ce1/show_bgp_ipv6_vpn_step1.json [new file with mode: 0644]
tests/topotests/bgp_l3vpn_hidden/ce1/show_bgp_summary.json [new file with mode: 0644]
tests/topotests/bgp_l3vpn_hidden/pe1/frr.conf [new file with mode: 0644]
tests/topotests/bgp_l3vpn_hidden/pe1/show_bgp_ipv4_vpn.json [new file with mode: 0644]
tests/topotests/bgp_l3vpn_hidden/pe1/show_bgp_ipv4_vpn_step1.json [new file with mode: 0644]
tests/topotests/bgp_l3vpn_hidden/pe1/show_bgp_ipv6_vpn.json [new file with mode: 0644]
tests/topotests/bgp_l3vpn_hidden/pe1/show_bgp_ipv6_vpn_step1.json [new file with mode: 0644]
tests/topotests/bgp_l3vpn_hidden/pe1/show_bgp_summary.json [new file with mode: 0644]
tests/topotests/bgp_l3vpn_hidden/rr1/frr.conf [new file with mode: 0644]
tests/topotests/bgp_l3vpn_hidden/rr1/show_bgp_ipv4_vpn.json [new file with mode: 0644]
tests/topotests/bgp_l3vpn_hidden/rr1/show_bgp_ipv4_vpn_step1.json [new file with mode: 0644]
tests/topotests/bgp_l3vpn_hidden/rr1/show_bgp_ipv6_vpn.json [new file with mode: 0644]
tests/topotests/bgp_l3vpn_hidden/rr1/show_bgp_ipv6_vpn_step1.json [new file with mode: 0644]
tests/topotests/bgp_l3vpn_hidden/rr1/show_bgp_summary.json [new file with mode: 0644]
tests/topotests/bgp_l3vpn_hidden/test_bgp_l3vpn_hidden.py [new file with mode: 0644]