Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ospf test speedup #7051

Merged
merged 13 commits into from
Sep 5, 2020
Prev Previous commit
Next Next commit
tests: Reduce ldp-oc-acl-topo1 run time
Reduce the ldp-oc-acl-topo1 test run time from ~69 seconds
to ~39 seconds.

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
  • Loading branch information
donaldsharp committed Sep 3, 2020
commit 2022ed089e870f59546bc53beedafe2a55497735
4 changes: 4 additions & 0 deletions tests/topotests/ldp-oc-acl-topo1/r1/ospfd.conf
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,7 @@ router ospf
router-id 1.1.1.1
network 0.0.0.0/0 area 0
!
int r1-eth0
ip ospf hello-interval 2
ip ospf dead-interval 10
!
8 changes: 8 additions & 0 deletions tests/topotests/ldp-oc-acl-topo1/r2/ospfd.conf
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,11 @@ router ospf
router-id 2.2.2.2
network 0.0.0.0/0 area 0
!
int r2-eth0
ip ospf hello-interval 2
ip ospf dead-interval 10
!
int r2-eth1
ip ospf hello-interval 2
ip ospf dead-interval 10
!
4 changes: 4 additions & 0 deletions tests/topotests/ldp-oc-acl-topo1/r3/ospfd.conf
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,7 @@ router ospf
router-id 3.3.3.3
network 0.0.0.0/0 area 0
!
int r3-eth0
ip ospf hello-interval 2
ip ospf dead-interval 10
!
4 changes: 4 additions & 0 deletions tests/topotests/ldp-oc-acl-topo1/r4/ospfd.conf
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,7 @@ router ospf
router-id 4.4.4.4
network 0.0.0.0/0 area 0
!
int r4-eth0
ip ospf hello-interval 2
ip ospf dead-interval 10
!