]> git.puffer.fish Git - mirror/frr.git/commitdiff
tests: Modify ldp-oc-topo1 to run faster
authorDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 2 Sep 2020 20:16:48 +0000 (16:16 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Thu, 3 Sep 2020 14:54:16 +0000 (10:54 -0400)
Convert run times by lowering hello/dead interval timers to
smaller values from ~66 seconds to ~36 seconds.

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
tests/topotests/ldp-oc-topo1/r1/ospfd.conf
tests/topotests/ldp-oc-topo1/r2/ospfd.conf
tests/topotests/ldp-oc-topo1/r3/ospfd.conf
tests/topotests/ldp-oc-topo1/r4/ospfd.conf

index 6daf034d18125c88999442ce3a5655f3ba4b5bf5..87d5703d9e38c5e3a76ce804200094244cfa1fb7 100644 (file)
@@ -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
+!
index 8678813665013ff81bc167cb2f79e165655c9361..51317202bb7bdcdc6050e48c2bfcd70a469db72d 100644 (file)
@@ -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
+!
index 202be238ec4c08953e46ce364f44aae0b78c958d..4566976b7b315826abcd5dab722bc0184966057a 100644 (file)
@@ -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
+!
index 569dbc54e2310224a9ea44524e9f65d8cecd41de..5aae885a1248fd88578755d46535bdf5c4e64de5 100644 (file)
@@ -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
+!