From 350bdbdd95b278d4f1c19cc989494a5435ed255e Mon Sep 17 00:00:00 2001 From: Donald Sharp Date: Thu, 28 Jan 2021 07:56:57 -0500 Subject: [PATCH] tests: Modify timers on bgp_blackhole_community Modify the timers on the bgp_blackhole_community test to be more aggressive so our test system will recover faster when we drop packets. Signed-off-by: Donald Sharp --- tests/topotests/bgp_blackhole_community/r1/bgpd.conf | 1 + tests/topotests/bgp_blackhole_community/r2/bgpd.conf | 1 + tests/topotests/bgp_blackhole_community/r3/bgpd.conf | 1 + tests/topotests/bgp_blackhole_community/r4/bgpd.conf | 1 + 4 files changed, 4 insertions(+) diff --git a/tests/topotests/bgp_blackhole_community/r1/bgpd.conf b/tests/topotests/bgp_blackhole_community/r1/bgpd.conf index be86bd6b2c..574d199aeb 100644 --- a/tests/topotests/bgp_blackhole_community/r1/bgpd.conf +++ b/tests/topotests/bgp_blackhole_community/r1/bgpd.conf @@ -1,5 +1,6 @@ ! router bgp 65001 + timers bgp 3 9 no bgp ebgp-requires-policy neighbor r1-eth0 interface remote-as external address-family ipv4 unicast diff --git a/tests/topotests/bgp_blackhole_community/r2/bgpd.conf b/tests/topotests/bgp_blackhole_community/r2/bgpd.conf index 5a69b99810..2260613253 100644 --- a/tests/topotests/bgp_blackhole_community/r2/bgpd.conf +++ b/tests/topotests/bgp_blackhole_community/r2/bgpd.conf @@ -1,6 +1,7 @@ ! router bgp 65002 no bgp ebgp-requires-policy + timers bgp 3 9 neighbor r2-eth0 interface remote-as external neighbor r2-eth1 interface remote-as external neighbor r2-eth2 interface remote-as internal diff --git a/tests/topotests/bgp_blackhole_community/r3/bgpd.conf b/tests/topotests/bgp_blackhole_community/r3/bgpd.conf index f0635cb8c9..d0c4b400f7 100644 --- a/tests/topotests/bgp_blackhole_community/r3/bgpd.conf +++ b/tests/topotests/bgp_blackhole_community/r3/bgpd.conf @@ -1,5 +1,6 @@ ! router bgp 65003 + timers bgp 3 9 no bgp ebgp-requires-policy neighbor r3-eth0 interface remote-as external ! diff --git a/tests/topotests/bgp_blackhole_community/r4/bgpd.conf b/tests/topotests/bgp_blackhole_community/r4/bgpd.conf index 40dd72f3ec..0ac963e642 100644 --- a/tests/topotests/bgp_blackhole_community/r4/bgpd.conf +++ b/tests/topotests/bgp_blackhole_community/r4/bgpd.conf @@ -1,5 +1,6 @@ ! router bgp 65002 + timers bgp 3 9 no bgp ebgp-requires-policy neighbor r4-eth0 interface remote-as internal ! -- 2.39.5