]> 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>
Thu, 27 Feb 2025 08:43:57 +0000 (09:43 +0100)
commit5aa0bb515659e807f6d6631156c07c2c50b66a04
tree911bbd8c2b477555c5ab114f3cd9b835bb30be3c
parenta634290dc1912c378bc0beb8a4ff70892788304c
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>
(cherry picked from commit 118afe4690d5563887c1b2095d18e23cc77a21a2)
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]