Merge pull request #8705 from donaldsharp/ospf_sr_topo1_speedup

tests: Speedup ospf_sr_topo1 by over 100 seconds
This commit is contained in:
Donatas Abraitis 2021-05-21 14:30:34 +03:00 committed by GitHub
commit 99447cf226
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 34 additions and 0 deletions

View File

@ -12,6 +12,8 @@ interface lo
!
interface eth-sw1
ip ospf network broadcast
ip ospf hello-interval 2
ip ospf dead-interval 10
!
router ospf
ospf router-id 1.1.1.1

View File

@ -12,12 +12,18 @@ interface lo
!
interface eth-sw1
ip ospf network broadcast
ip ospf hello-interval 2
ip ospf dead-interval 10
!
interface eth-rt4-1
ip ospf network point-to-point
ip ospf hello-interval 2
ip ospf dead-interval 10
!
interface eth-rt4-2
ip ospf network point-to-point
ip ospf hello-interval 2
ip ospf dead-interval 10
!
router ospf
ospf router-id 2.2.2.2

View File

@ -12,12 +12,18 @@ interface lo
!
interface eth-sw1
ip ospf network broadcast
ip ospf hello-interval 2
ip ospf dead-interval 10
!
interface eth-rt5-1
ip ospf network point-to-point
ip ospf hello-interval 2
ip ospf dead-interval 10
!
interface eth-rt5-2
ip ospf network point-to-point
ip ospf hello-interval 2
ip ospf dead-interval 10
!
router ospf
ospf router-id 3.3.3.3

View File

@ -12,15 +12,23 @@ interface lo
!
interface eth-rt2-1
ip ospf network point-to-point
ip ospf hello-interval 2
ip ospf dead-interval 10
!
interface eth-rt2-2
ip ospf network point-to-point
ip ospf hello-interval 2
ip ospf dead-interval 10
!
interface eth-rt5
ip ospf network point-to-point
ip ospf hello-interval 2
ip ospf dead-interval 10
!
interface eth-rt6
ip ospf network point-to-point
ip ospf hello-interval 2
ip ospf dead-interval 10
!
router ospf
ospf router-id 4.4.4.4

View File

@ -12,15 +12,23 @@ interface lo
!
interface eth-rt3-1
ip ospf network point-to-point
ip ospf hello-interval 2
ip ospf dead-interval 10
!
interface eth-rt3-2
ip ospf network point-to-point
ip ospf hello-interval 2
ip ospf dead-interval 10
!
interface eth-rt4
ip ospf network point-to-point
ip ospf hello-interval 2
ip ospf dead-interval 10
!
interface eth-rt6
ip ospf network point-to-point
ip ospf hello-interval 2
ip ospf dead-interval 10
!
router ospf
ospf router-id 5.5.5.5

View File

@ -12,9 +12,13 @@ interface lo
!
interface eth-rt4
ip ospf network point-to-point
ip ospf hello-interval 2
ip ospf dead-interval 10
!
interface eth-rt5
ip ospf network point-to-point
ip ospf hello-interval 2
ip ospf dead-interval 10
!
router ospf
ospf router-id 6.6.6.6