]> git.puffer.fish Git - matthieu/frr.git/commit
tests: add new topotest for single vxlan device config
authorSharath Ramamurthy <sramamurthy@nvidia.com>
Mon, 27 Sep 2021 13:27:02 +0000 (13:27 +0000)
committerStephen Worley <sworley@nvidia.com>
Mon, 13 Feb 2023 23:12:04 +0000 (18:12 -0500)
commit1ca713b375655f12130491443898c32acee1c0fb
tree886c1339345698f23dc0606fe67eddb75a2cbb75
parentaeefc6028b6a9204bf8c4b67199419dcf7a52884
tests: add new topotest for single vxlan device config

Add new topo tests for validating mac learning, bridging and routing
with single vxlan device configuration

Signed-off-by: Sharath Ramamurthy <sramamurthy@nvidia.com>
19 files changed:
tests/topotests/bgp_evpn_vxlan_svd_topo1/P1/bgpd.conf [new file with mode: 0644]
tests/topotests/bgp_evpn_vxlan_svd_topo1/P1/ospfd.conf [new file with mode: 0644]
tests/topotests/bgp_evpn_vxlan_svd_topo1/P1/zebra.conf [new file with mode: 0644]
tests/topotests/bgp_evpn_vxlan_svd_topo1/PE1/bgpd.conf [new file with mode: 0644]
tests/topotests/bgp_evpn_vxlan_svd_topo1/PE1/evpn.vni.json [new file with mode: 0644]
tests/topotests/bgp_evpn_vxlan_svd_topo1/PE1/ospfd.conf [new file with mode: 0644]
tests/topotests/bgp_evpn_vxlan_svd_topo1/PE1/zebra.conf [new file with mode: 0644]
tests/topotests/bgp_evpn_vxlan_svd_topo1/PE2/bgpd.conf [new file with mode: 0644]
tests/topotests/bgp_evpn_vxlan_svd_topo1/PE2/evpn.vni.json [new file with mode: 0644]
tests/topotests/bgp_evpn_vxlan_svd_topo1/PE2/ospfd.conf [new file with mode: 0644]
tests/topotests/bgp_evpn_vxlan_svd_topo1/PE2/zebra.conf [new file with mode: 0644]
tests/topotests/bgp_evpn_vxlan_svd_topo1/__init__.py [new file with mode: 0644]
tests/topotests/bgp_evpn_vxlan_svd_topo1/host1/bgpd.conf [new file with mode: 0644]
tests/topotests/bgp_evpn_vxlan_svd_topo1/host1/ospfd.conf [new file with mode: 0644]
tests/topotests/bgp_evpn_vxlan_svd_topo1/host1/zebra.conf [new file with mode: 0644]
tests/topotests/bgp_evpn_vxlan_svd_topo1/host2/bgpd.conf [new file with mode: 0644]
tests/topotests/bgp_evpn_vxlan_svd_topo1/host2/ospfd.conf [new file with mode: 0644]
tests/topotests/bgp_evpn_vxlan_svd_topo1/host2/zebra.conf [new file with mode: 0644]
tests/topotests/bgp_evpn_vxlan_svd_topo1/test_bgp_evpn_vxlan_svd.py [new file with mode: 0755]