]> git.proxmox.com Git - mirror_frr.git/commit - tests/topotests/bgp_auth/test_bgp_auth3.py
tests: speed up bgp_auth test (24m -> 12m)
authorChristian Hopps <chopps@labn.net>
Sun, 5 Sep 2021 09:41:04 +0000 (05:41 -0400)
committerChristian Hopps <chopps@labn.net>
Sun, 5 Sep 2021 09:41:04 +0000 (05:41 -0400)
commitb668944766fa705fffffea4b4e9891ceeea81930
tree04c111dbe5ba69e5d5a0bb35337807f76344e3d4
parent5653bb515c97119661f37c6571de0164a2274744
tests: speed up bgp_auth test (24m -> 12m)

- Reduce OSPF timers to 1 and 4
- Reduce BGP connect timer to 5
- Apply configs in parallel as single file
- Remove the switches as all links are p2p, perhaps this will help with
  reliability?

Signed-off-by: Christian Hopps <chopps@labn.net>
28 files changed:
tests/topotests/bgp_auth/R1/bgpd.conf
tests/topotests/bgp_auth/R1/bgpd_multi_vrf.conf
tests/topotests/bgp_auth/R1/bgpd_vrf.conf
tests/topotests/bgp_auth/R1/empty.conf [new file with mode: 0644]
tests/topotests/bgp_auth/R1/ospfd.conf
tests/topotests/bgp_auth/R1/ospfd_multi_vrf.conf
tests/topotests/bgp_auth/R1/ospfd_vrf.conf
tests/topotests/bgp_auth/R2/bgpd.conf
tests/topotests/bgp_auth/R2/bgpd_multi_vrf.conf
tests/topotests/bgp_auth/R2/bgpd_multi_vrf_prefix.conf
tests/topotests/bgp_auth/R2/bgpd_prefix.conf
tests/topotests/bgp_auth/R2/bgpd_vrf.conf
tests/topotests/bgp_auth/R2/bgpd_vrf_prefix.conf
tests/topotests/bgp_auth/R2/empty.conf [new file with mode: 0644]
tests/topotests/bgp_auth/R2/ospfd.conf
tests/topotests/bgp_auth/R2/ospfd_multi_vrf.conf
tests/topotests/bgp_auth/R2/ospfd_vrf.conf
tests/topotests/bgp_auth/R3/bgpd.conf
tests/topotests/bgp_auth/R3/bgpd_multi_vrf.conf
tests/topotests/bgp_auth/R3/bgpd_multi_vrf_prefix.conf
tests/topotests/bgp_auth/R3/bgpd_prefix.conf
tests/topotests/bgp_auth/R3/bgpd_vrf.conf
tests/topotests/bgp_auth/R3/bgpd_vrf_prefix.conf
tests/topotests/bgp_auth/R3/empty.conf [new file with mode: 0644]
tests/topotests/bgp_auth/R3/ospfd.conf
tests/topotests/bgp_auth/R3/ospfd_multi_vrf.conf
tests/topotests/bgp_auth/R3/ospfd_vrf.conf
tests/topotests/bgp_auth/test_bgp_auth.py