]> git.puffer.fish Git - matthieu/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>
Fri, 14 Feb 2025 17:08:53 +0000 (18:08 +0100)
commitbb79a6562ffd520329246920597f83ca32e9a468
tree731d7f97457ea4e64c6db70cd74af86148a411e6
parent8e04277fff9597412198da123250e1951bfc580d
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>
16 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_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_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_ipv6_vpn.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_ipv6_vpn.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]