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 <sharpd@cumulusnetworks.com>
This commit is contained in:
Donald Sharp 2020-09-02 16:23:54 -04:00
parent 14f2e6b50b
commit d23a0ba74c
2 changed files with 4 additions and 0 deletions

View File

@ -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

View File

@ -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