]> git.proxmox.com Git - mirror_frr.git/commit
bfd-vrf_topo1: add bfd test on a vrf netns
authorPhilippe Guibert <philippe.guibert@6wind.com>
Wed, 10 Apr 2019 14:14:22 +0000 (16:14 +0200)
committerPhilippe Guibert <philippe.guibert@6wind.com>
Tue, 7 May 2019 13:54:30 +0000 (15:54 +0200)
commit0e6c4a0e81fc62738059dfb31e37c70f4aaff923
tree60c9cbc9a65c9c3d0d51852ba707d90743c254bc
parent3e60827a3bd7895fa8430b22816333a63e16ac07
bfd-vrf_topo1: add bfd test on a vrf netns

some testing is available on testing bfd feature based on a bgp vrf
instance.

Signed-off-by: Philippe Guibert <philippe.guibert@6wind.com>
28 files changed:
tests/topotests/bfd-vrf-topo1/__init__.py [new file with mode: 0644]
tests/topotests/bfd-vrf-topo1/r1/bfdd.conf [new file with mode: 0644]
tests/topotests/bfd-vrf-topo1/r1/bgp_prefixes.json [new file with mode: 0644]
tests/topotests/bfd-vrf-topo1/r1/bgp_summary.json [new file with mode: 0644]
tests/topotests/bfd-vrf-topo1/r1/bgpd.conf [new file with mode: 0644]
tests/topotests/bfd-vrf-topo1/r1/peers.json [new file with mode: 0644]
tests/topotests/bfd-vrf-topo1/r1/zebra.conf [new file with mode: 0644]
tests/topotests/bfd-vrf-topo1/r2/bfdd.conf [new file with mode: 0644]
tests/topotests/bfd-vrf-topo1/r2/bgp_prefixes.json [new file with mode: 0644]
tests/topotests/bfd-vrf-topo1/r2/bgp_summary.json [new file with mode: 0644]
tests/topotests/bfd-vrf-topo1/r2/bgpd.conf [new file with mode: 0644]
tests/topotests/bfd-vrf-topo1/r2/peers.json [new file with mode: 0644]
tests/topotests/bfd-vrf-topo1/r2/zebra.conf [new file with mode: 0644]
tests/topotests/bfd-vrf-topo1/r3/bfdd.conf [new file with mode: 0644]
tests/topotests/bfd-vrf-topo1/r3/bgp_prefixes.json [new file with mode: 0644]
tests/topotests/bfd-vrf-topo1/r3/bgp_summary.json [new file with mode: 0644]
tests/topotests/bfd-vrf-topo1/r3/bgpd.conf [new file with mode: 0644]
tests/topotests/bfd-vrf-topo1/r3/peers.json [new file with mode: 0644]
tests/topotests/bfd-vrf-topo1/r3/zebra.conf [new file with mode: 0644]
tests/topotests/bfd-vrf-topo1/r4/bfdd.conf [new file with mode: 0644]
tests/topotests/bfd-vrf-topo1/r4/bgp_prefixes.json [new file with mode: 0644]
tests/topotests/bfd-vrf-topo1/r4/bgp_summary.json [new file with mode: 0644]
tests/topotests/bfd-vrf-topo1/r4/bgpd.conf [new file with mode: 0644]
tests/topotests/bfd-vrf-topo1/r4/peers.json [new file with mode: 0644]
tests/topotests/bfd-vrf-topo1/r4/zebra.conf [new file with mode: 0644]
tests/topotests/bfd-vrf-topo1/test_bfd_vrf_topo1.dot [new file with mode: 0644]
tests/topotests/bfd-vrf-topo1/test_bfd_vrf_topo1.jpg [new file with mode: 0644]
tests/topotests/bfd-vrf-topo1/test_bfd_vrf_topo1.py [new file with mode: 0755]