]> git.proxmox.com Git - mirror_frr.git/commit - tests/topotests/bgp_auth/test_bgp_auth3.py
tests: topotest for bgp authentication
authorPat Ruddy <pat@voltanet.io>
Thu, 6 Aug 2020 08:37:23 +0000 (09:37 +0100)
committerPat Ruddy <pat@voltanet.io>
Tue, 1 Sep 2020 08:42:39 +0000 (09:42 +0100)
commit318c1fa36fe8d2ffa624f235f0df1865f2487ca2
tree1e20515fdfdae12e92cec364b15ec59d8c61cd9b
parent2734ff6bd8bcd66309f4fa1fdd866bae814d3a43
tests: topotest for bgp authentication

18 tests which cover
authenticated passord session extablishment
password removal
wrong password
over default, default prefix-based, vrf, vrf prefix-based, multi-vrf and
multi-vrf prefix-based configurations

Signed-off-by: Pat Ruddy <pat@voltanet.io>
31 files changed:
tests/topotests/bgp-auth/R1/bgpd.conf [new file with mode: 0644]
tests/topotests/bgp-auth/R1/bgpd_multi_vrf.conf [new file with mode: 0644]
tests/topotests/bgp-auth/R1/bgpd_multi_vrf_prefix.conf [new file with mode: 0644]
tests/topotests/bgp-auth/R1/bgpd_prefix.conf [new file with mode: 0644]
tests/topotests/bgp-auth/R1/bgpd_vrf.conf [new file with mode: 0644]
tests/topotests/bgp-auth/R1/bgpd_vrf_prefix.conf [new file with mode: 0644]
tests/topotests/bgp-auth/R1/ospfd.conf [new file with mode: 0644]
tests/topotests/bgp-auth/R1/ospfd_multi_vrf.conf [new file with mode: 0644]
tests/topotests/bgp-auth/R1/ospfd_vrf.conf [new file with mode: 0644]
tests/topotests/bgp-auth/R1/zebra.conf [new file with mode: 0644]
tests/topotests/bgp-auth/R2/bgpd.conf [new file with mode: 0644]
tests/topotests/bgp-auth/R2/bgpd_multi_vrf.conf [new file with mode: 0644]
tests/topotests/bgp-auth/R2/bgpd_multi_vrf_prefix.conf [new file with mode: 0644]
tests/topotests/bgp-auth/R2/bgpd_prefix.conf [new file with mode: 0644]
tests/topotests/bgp-auth/R2/bgpd_vrf.conf [new file with mode: 0644]
tests/topotests/bgp-auth/R2/bgpd_vrf_prefix.conf [new file with mode: 0644]
tests/topotests/bgp-auth/R2/ospfd.conf [new file with mode: 0644]
tests/topotests/bgp-auth/R2/ospfd_multi_vrf.conf [new file with mode: 0644]
tests/topotests/bgp-auth/R2/ospfd_vrf.conf [new file with mode: 0644]
tests/topotests/bgp-auth/R2/zebra.conf [new file with mode: 0644]
tests/topotests/bgp-auth/R3/bgpd.conf [new file with mode: 0644]
tests/topotests/bgp-auth/R3/bgpd_multi_vrf.conf [new file with mode: 0644]
tests/topotests/bgp-auth/R3/bgpd_multi_vrf_prefix.conf [new file with mode: 0644]
tests/topotests/bgp-auth/R3/bgpd_prefix.conf [new file with mode: 0644]
tests/topotests/bgp-auth/R3/bgpd_vrf.conf [new file with mode: 0644]
tests/topotests/bgp-auth/R3/bgpd_vrf_prefix.conf [new file with mode: 0644]
tests/topotests/bgp-auth/R3/ospfd.conf [new file with mode: 0644]
tests/topotests/bgp-auth/R3/ospfd_multi_vrf.conf [new file with mode: 0644]
tests/topotests/bgp-auth/R3/ospfd_vrf.conf [new file with mode: 0644]
tests/topotests/bgp-auth/R3/zebra.conf [new file with mode: 0644]
tests/topotests/bgp-auth/test_bgp_auth.py [new file with mode: 0755]