From d23a0ba74c399df0185fdce1a180bd85268d2cc1 Mon Sep 17 00:00:00 2001 From: Donald Sharp Date: Wed, 2 Sep 2020 16:23:54 -0400 Subject: [PATCH] tests: ospf-topo2 speed up Modify ospf hello/dead timers to speed up run time from ~25 seconds to ~17 seconds. Signed-off-by: Donald Sharp --- tests/topotests/ospf-topo2/r1/ospfd.conf | 2 ++ tests/topotests/ospf-topo2/r2/ospfd.conf | 2 ++ 2 files changed, 4 insertions(+) diff --git a/tests/topotests/ospf-topo2/r1/ospfd.conf b/tests/topotests/ospf-topo2/r1/ospfd.conf index 1e1bfca569..65843cbb83 100644 --- a/tests/topotests/ospf-topo2/r1/ospfd.conf +++ b/tests/topotests/ospf-topo2/r1/ospfd.conf @@ -1,6 +1,8 @@ ! interface r1-eth1 ip ospf network point-to-point + ip ospf hello-interval 2 + ip ospf dead-interval 10 ! router ospf ospf router-id 10.0.255.1 diff --git a/tests/topotests/ospf-topo2/r2/ospfd.conf b/tests/topotests/ospf-topo2/r2/ospfd.conf index af2acd8404..b032f1a8ac 100644 --- a/tests/topotests/ospf-topo2/r2/ospfd.conf +++ b/tests/topotests/ospf-topo2/r2/ospfd.conf @@ -1,6 +1,8 @@ ! interface r2-eth1 ip ospf network point-to-point + ip ospf hello-interval 2 + ip ospf dead-interval 10 ! router ospf ospf router-id 10.0.255.2