diff options
| author | Donald Sharp <sharpd@nvidia.com> | 2021-11-28 08:46:48 -0500 |
|---|---|---|
| committer | Donald Sharp <sharpd@nvidia.com> | 2021-11-28 08:46:48 -0500 |
| commit | b38b873c61a824324b1c76a6915e531f81f66dc2 (patch) | |
| tree | dda55067d13af07c8372a40f8a4f9567a1d6817f /tests/topotests/ripng_topo1 | |
| parent | d41e9fe0cb43003fe0a027fe2357e9ebd0ebbb78 (diff) | |
tests: Allow ripng_topo1 to converge a bit faster
Modify the timers uses to send updates/hello's every
1 seconds instead of 5. Allowing this test to converge
faster under heavy system load.
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
Diffstat (limited to 'tests/topotests/ripng_topo1')
| -rw-r--r-- | tests/topotests/ripng_topo1/r1/ripng_status.ref | 2 | ||||
| -rw-r--r-- | tests/topotests/ripng_topo1/r1/ripngd.conf | 2 | ||||
| -rw-r--r-- | tests/topotests/ripng_topo1/r2/ripng_status.ref | 2 | ||||
| -rw-r--r-- | tests/topotests/ripng_topo1/r2/ripngd.conf | 2 | ||||
| -rw-r--r-- | tests/topotests/ripng_topo1/r3/ripng_status.ref | 2 | ||||
| -rw-r--r-- | tests/topotests/ripng_topo1/r3/ripngd.conf | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/tests/topotests/ripng_topo1/r1/ripng_status.ref b/tests/topotests/ripng_topo1/r1/ripng_status.ref index b02cc69d0e..d92ae054cf 100644 --- a/tests/topotests/ripng_topo1/r1/ripng_status.ref +++ b/tests/topotests/ripng_topo1/r1/ripng_status.ref @@ -1,5 +1,5 @@ Routing Protocol is "RIPng" - Sending updates every 5 seconds with +/-50%, next due in XX seconds + Sending updates every 1 seconds with +/-50%, next due in XX seconds Timeout after 180 seconds, garbage collect after 5 seconds Outgoing update filter list for all interface is not set Incoming update filter list for all interface is not set diff --git a/tests/topotests/ripng_topo1/r1/ripngd.conf b/tests/topotests/ripng_topo1/r1/ripngd.conf index 1312dc0b63..f96297b927 100644 --- a/tests/topotests/ripng_topo1/r1/ripngd.conf +++ b/tests/topotests/ripng_topo1/r1/ripngd.conf @@ -5,7 +5,7 @@ log file ripngd.log ! debug ripng zebra ! router ripng - timers basic 5 180 5 + timers basic 1 180 5 network fc00:5::/64 network r1-eth2 network r1-eth3 diff --git a/tests/topotests/ripng_topo1/r2/ripng_status.ref b/tests/topotests/ripng_topo1/r2/ripng_status.ref index 640df9a4a0..de14b12ca4 100644 --- a/tests/topotests/ripng_topo1/r2/ripng_status.ref +++ b/tests/topotests/ripng_topo1/r2/ripng_status.ref @@ -1,5 +1,5 @@ Routing Protocol is "RIPng" - Sending updates every 5 seconds with +/-50%, next due in XX seconds + Sending updates every 1 seconds with +/-50%, next due in XX seconds Timeout after 180 seconds, garbage collect after 5 seconds Outgoing update filter list for all interface is not set Incoming update filter list for all interface is not set diff --git a/tests/topotests/ripng_topo1/r2/ripngd.conf b/tests/topotests/ripng_topo1/r2/ripngd.conf index 8511bdb457..7a6450eab5 100644 --- a/tests/topotests/ripng_topo1/r2/ripngd.conf +++ b/tests/topotests/ripng_topo1/r2/ripngd.conf @@ -5,7 +5,7 @@ log file ripngd.log ! debug ripng zebra ! router ripng - timers basic 5 180 5 + timers basic 1 180 5 network fc00:5::/64 network fc00:6::/62 ! diff --git a/tests/topotests/ripng_topo1/r3/ripng_status.ref b/tests/topotests/ripng_topo1/r3/ripng_status.ref index f4bfff0c59..bef2361fcd 100644 --- a/tests/topotests/ripng_topo1/r3/ripng_status.ref +++ b/tests/topotests/ripng_topo1/r3/ripng_status.ref @@ -1,5 +1,5 @@ Routing Protocol is "RIPng" - Sending updates every 5 seconds with +/-50%, next due in XX seconds + Sending updates every 1 seconds with +/-50%, next due in XX seconds Timeout after 180 seconds, garbage collect after 5 seconds Outgoing update filter list for all interface is not set Incoming update filter list for all interface is not set diff --git a/tests/topotests/ripng_topo1/r3/ripngd.conf b/tests/topotests/ripng_topo1/r3/ripngd.conf index c3cada44af..7a07080f7a 100644 --- a/tests/topotests/ripng_topo1/r3/ripngd.conf +++ b/tests/topotests/ripng_topo1/r3/ripngd.conf @@ -5,7 +5,7 @@ log file ripngd.log ! debug ripng zebra ! router ripng - timers basic 5 180 5 + timers basic 1 180 5 network fc00:6::/62 redistribute connected redistribute static |
