]> git.proxmox.com Git - mirror_frr.git/commit - tests/topotests/bgp_srv6l3vpn_over_ipv6/test_bgp_srv6l3vpn_over_ipv6.py
tests: Add topotest for l3vpn over ipv6 peer
authorRyoga Saito <ryoga.saito@linecorp.com>
Wed, 16 Nov 2022 23:37:55 +0000 (08:37 +0900)
committerRyoga Saito <ryoga.saito@linecorp.com>
Thu, 17 Nov 2022 10:08:37 +0000 (19:08 +0900)
commit3db8aa8750d1be675f6df1ed765afeb101b6402b
treed75425e473caa18c75d3a9d8e80e6583e4829f9e
parente07ff2ce13abeeca977cd7412388e820467e8441
tests: Add topotest for l3vpn over ipv6 peer

To check the effect of the next patch, I added topotest.

Signed-off-by: Ryoga Saito <ryoga.saito@linecorp.com>
19 files changed:
tests/topotests/bgp_srv6l3vpn_over_ipv6/c11/bgpd.conf [new file with mode: 0644]
tests/topotests/bgp_srv6l3vpn_over_ipv6/c11/staticd.conf [new file with mode: 0644]
tests/topotests/bgp_srv6l3vpn_over_ipv6/c11/zebra.conf [new file with mode: 0644]
tests/topotests/bgp_srv6l3vpn_over_ipv6/c12/bgpd.conf [new file with mode: 0644]
tests/topotests/bgp_srv6l3vpn_over_ipv6/c12/staticd.conf [new file with mode: 0644]
tests/topotests/bgp_srv6l3vpn_over_ipv6/c12/zebra.conf [new file with mode: 0644]
tests/topotests/bgp_srv6l3vpn_over_ipv6/c21/bgpd.conf [new file with mode: 0644]
tests/topotests/bgp_srv6l3vpn_over_ipv6/c21/staticd.conf [new file with mode: 0644]
tests/topotests/bgp_srv6l3vpn_over_ipv6/c21/zebra.conf [new file with mode: 0644]
tests/topotests/bgp_srv6l3vpn_over_ipv6/c22/bgpd.conf [new file with mode: 0644]
tests/topotests/bgp_srv6l3vpn_over_ipv6/c22/staticd.conf [new file with mode: 0644]
tests/topotests/bgp_srv6l3vpn_over_ipv6/c22/zebra.conf [new file with mode: 0644]
tests/topotests/bgp_srv6l3vpn_over_ipv6/r1/bgpd.conf [new file with mode: 0644]
tests/topotests/bgp_srv6l3vpn_over_ipv6/r1/staticd.conf [new file with mode: 0644]
tests/topotests/bgp_srv6l3vpn_over_ipv6/r1/zebra.conf [new file with mode: 0644]
tests/topotests/bgp_srv6l3vpn_over_ipv6/r2/bgpd.conf [new file with mode: 0644]
tests/topotests/bgp_srv6l3vpn_over_ipv6/r2/staticd.conf [new file with mode: 0644]
tests/topotests/bgp_srv6l3vpn_over_ipv6/r2/zebra.conf [new file with mode: 0644]
tests/topotests/bgp_srv6l3vpn_over_ipv6/test_bgp_srv6l3vpn_over_ipv6.py [new file with mode: 0755]