]> git.puffer.fish Git - mirror/frr.git/commitdiff
tests: Modify timers on bgp_blackhole_community 8042/head
authorDonald Sharp <sharpd@nvidia.com>
Thu, 28 Jan 2021 12:56:57 +0000 (07:56 -0500)
committerDonald Sharp <sharpd@nvidia.com>
Tue, 9 Feb 2021 00:37:58 +0000 (19:37 -0500)
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 <sharpd@nvidia.com>
tests/topotests/bgp_blackhole_community/r1/bgpd.conf
tests/topotests/bgp_blackhole_community/r2/bgpd.conf
tests/topotests/bgp_blackhole_community/r3/bgpd.conf
tests/topotests/bgp_blackhole_community/r4/bgpd.conf

index be86bd6b2c1d5f529eaf284dbb02452b2bc5a9da..574d199aeb8e197ea3981f29cffe5697ea6eba2b 100644 (file)
@@ -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
index 5a69b99810cd2bc9748d1d697c614f4c980e3fce..22606132537d198261c9e812a108ad305d27bb39 100644 (file)
@@ -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
index f0635cb8c9a484aea3f63b51aceab28c04ef46d0..d0c4b400f76a001c5f1cdb02e07c048303027aef 100644 (file)
@@ -1,5 +1,6 @@
 !
 router bgp 65003
+  timers bgp 3 9
   no bgp ebgp-requires-policy
   neighbor r3-eth0 interface remote-as external
 !
index 40dd72f3ecbabad91531a3c2541070ba1750619a..0ac963e6424c9c1ff4a71979db848ec86bd3370b 100644 (file)
@@ -1,5 +1,6 @@
 !
 router bgp 65002
+  timers bgp 3 9
   no bgp ebgp-requires-policy
   neighbor r4-eth0 interface remote-as internal
 !