]> git.puffer.fish Git - matthieu/frr.git/commit
topotests: add bgp_nexthop_mp_ipv4_6 test
authorLouis Scalbert <louis.scalbert@6wind.com>
Wed, 27 Mar 2024 15:13:46 +0000 (16:13 +0100)
committerLouis Scalbert <louis.scalbert@6wind.com>
Tue, 23 Apr 2024 09:28:36 +0000 (11:28 +0200)
commit62913cb15d8195c41229c2f6090d7e189e04646e
tree464d204a05ef6c7d293c1ecb19682bda9e736fb9
parent424fe0bf809c1d84f16aba3f5e5f8249af29083b
topotests: add bgp_nexthop_mp_ipv4_6 test

Add bgp_nexthop_mp_ipv4_6 topotest to test to nexhop value with
MP-BGP IPv4 and IPv6 on IPv4 peering. The test has route-reflector,
route-server, iBGP and eBGP peers.

Signed-off-by: Louis Scalbert <louis.scalbert@6wind.com>
50 files changed:
tests/topotests/bgp_nexthop_mp_ipv4_6/__init__.py [new file with mode: 0644]
tests/topotests/bgp_nexthop_mp_ipv4_6/h1/zebra.conf [new file with mode: 0644]
tests/topotests/bgp_nexthop_mp_ipv4_6/h2/zebra.conf [new file with mode: 0644]
tests/topotests/bgp_nexthop_mp_ipv4_6/h3/zebra.conf [new file with mode: 0644]
tests/topotests/bgp_nexthop_mp_ipv4_6/r1/bgp_ipv4.json [new file with mode: 0755]
tests/topotests/bgp_nexthop_mp_ipv4_6/r1/bgp_ipv6_step1.json [new file with mode: 0755]
tests/topotests/bgp_nexthop_mp_ipv4_6/r1/bgpd.conf [new file with mode: 0644]
tests/topotests/bgp_nexthop_mp_ipv4_6/r1/zebra.conf [new file with mode: 0644]
tests/topotests/bgp_nexthop_mp_ipv4_6/r2/bgp_ipv4.json [new file with mode: 0755]
tests/topotests/bgp_nexthop_mp_ipv4_6/r2/bgp_ipv6_step1.json [new file with mode: 0644]
tests/topotests/bgp_nexthop_mp_ipv4_6/r2/bgpd.conf [new file with mode: 0644]
tests/topotests/bgp_nexthop_mp_ipv4_6/r2/isisd.conf [new file with mode: 0644]
tests/topotests/bgp_nexthop_mp_ipv4_6/r2/zebra.conf [new file with mode: 0644]
tests/topotests/bgp_nexthop_mp_ipv4_6/r3/bgp_ipv4.json [new file with mode: 0644]
tests/topotests/bgp_nexthop_mp_ipv4_6/r3/bgp_ipv6_step1.json [new file with mode: 0644]
tests/topotests/bgp_nexthop_mp_ipv4_6/r3/bgpd.conf [new file with mode: 0644]
tests/topotests/bgp_nexthop_mp_ipv4_6/r3/isisd.conf [new file with mode: 0644]
tests/topotests/bgp_nexthop_mp_ipv4_6/r3/zebra.conf [new file with mode: 0644]
tests/topotests/bgp_nexthop_mp_ipv4_6/r4/bgp_ipv4.json [new file with mode: 0755]
tests/topotests/bgp_nexthop_mp_ipv4_6/r4/bgp_ipv6_step1.json [new file with mode: 0755]
tests/topotests/bgp_nexthop_mp_ipv4_6/r4/bgpd.conf [new file with mode: 0644]
tests/topotests/bgp_nexthop_mp_ipv4_6/r4/isisd.conf [new file with mode: 0644]
tests/topotests/bgp_nexthop_mp_ipv4_6/r4/zebra.conf [new file with mode: 0644]
tests/topotests/bgp_nexthop_mp_ipv4_6/r5/bgp_ipv4.json [new file with mode: 0755]
tests/topotests/bgp_nexthop_mp_ipv4_6/r5/bgp_ipv6_step1.json [new file with mode: 0755]
tests/topotests/bgp_nexthop_mp_ipv4_6/r5/bgpd.conf [new file with mode: 0644]
tests/topotests/bgp_nexthop_mp_ipv4_6/r5/isisd.conf [new file with mode: 0644]
tests/topotests/bgp_nexthop_mp_ipv4_6/r5/zebra.conf [new file with mode: 0644]
tests/topotests/bgp_nexthop_mp_ipv4_6/r6/bgp_ipv4.json [new file with mode: 0644]
tests/topotests/bgp_nexthop_mp_ipv4_6/r6/bgp_ipv6_step1.json [new file with mode: 0644]
tests/topotests/bgp_nexthop_mp_ipv4_6/r6/bgpd.conf [new file with mode: 0644]
tests/topotests/bgp_nexthop_mp_ipv4_6/r6/isisd.conf [new file with mode: 0644]
tests/topotests/bgp_nexthop_mp_ipv4_6/r6/zebra.conf [new file with mode: 0644]
tests/topotests/bgp_nexthop_mp_ipv4_6/r7/bgp_ipv4.json [new file with mode: 0644]
tests/topotests/bgp_nexthop_mp_ipv4_6/r7/bgp_ipv6_step1.json [new file with mode: 0644]
tests/topotests/bgp_nexthop_mp_ipv4_6/r7/bgpd.conf [new file with mode: 0644]
tests/topotests/bgp_nexthop_mp_ipv4_6/r7/zebra.conf [new file with mode: 0644]
tests/topotests/bgp_nexthop_mp_ipv4_6/r8/bgp_ipv4.json [new file with mode: 0644]
tests/topotests/bgp_nexthop_mp_ipv4_6/r8/bgp_ipv6_step1.json [new file with mode: 0644]
tests/topotests/bgp_nexthop_mp_ipv4_6/r8/bgpd.conf [new file with mode: 0644]
tests/topotests/bgp_nexthop_mp_ipv4_6/r8/zebra.conf [new file with mode: 0644]
tests/topotests/bgp_nexthop_mp_ipv4_6/rr1/bgp_ipv4.json [new file with mode: 0644]
tests/topotests/bgp_nexthop_mp_ipv4_6/rr1/bgp_ipv6_step1.json [new file with mode: 0644]
tests/topotests/bgp_nexthop_mp_ipv4_6/rr1/bgpd.conf [new file with mode: 0644]
tests/topotests/bgp_nexthop_mp_ipv4_6/rr1/isisd.conf [new file with mode: 0644]
tests/topotests/bgp_nexthop_mp_ipv4_6/rr1/zebra.conf [new file with mode: 0644]
tests/topotests/bgp_nexthop_mp_ipv4_6/rs1/bgpd.conf [new file with mode: 0644]
tests/topotests/bgp_nexthop_mp_ipv4_6/rs1/isisd.conf [new file with mode: 0644]
tests/topotests/bgp_nexthop_mp_ipv4_6/rs1/zebra.conf [new file with mode: 0644]
tests/topotests/bgp_nexthop_mp_ipv4_6/test_nexthop_mp_ipv4_6.py [new file with mode: 0644]