diff options
| author | Donald Sharp <sharpd@nvidia.com> | 2021-07-26 11:57:25 -0400 | 
|---|---|---|
| committer | Donald Sharp <sharpd@nvidia.com> | 2021-07-26 11:57:25 -0400 | 
| commit | 11190f169a7846c5d17d281b3d8159dd4fd40846 (patch) | |
| tree | 1cc1370e3bae9ea75ec6df831a77eb84149131ec /tests/topotests/msdp_topo1 | |
| parent | 1b6b002623950ced3aed9da55530b92b953b5a0b (diff) | |
tests: Reduce pim join/prune interval to 5 seconds
Tests should have low enough overhead that sending
the join/prune every 5 seconds should be sufficient
also it should allow us to converge faster in case of
dropped packets.
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
Diffstat (limited to 'tests/topotests/msdp_topo1')
| -rw-r--r-- | tests/topotests/msdp_topo1/r1/pimd.conf | 1 | ||||
| -rw-r--r-- | tests/topotests/msdp_topo1/r2/pimd.conf | 1 | ||||
| -rw-r--r-- | tests/topotests/msdp_topo1/r3/pimd.conf | 1 | ||||
| -rw-r--r-- | tests/topotests/msdp_topo1/r4/pimd.conf | 1 | 
4 files changed, 4 insertions, 0 deletions
diff --git a/tests/topotests/msdp_topo1/r1/pimd.conf b/tests/topotests/msdp_topo1/r1/pimd.conf index fc289031f4..4274315271 100644 --- a/tests/topotests/msdp_topo1/r1/pimd.conf +++ b/tests/topotests/msdp_topo1/r1/pimd.conf @@ -19,3 +19,4 @@ ip msdp timers 10 20 3  ip msdp peer 192.168.0.2 source 192.168.0.1  ip msdp peer 192.168.1.2 source 192.168.1.1  ip pim rp 10.254.254.1 +ip pim join-prune-interval 5 diff --git a/tests/topotests/msdp_topo1/r2/pimd.conf b/tests/topotests/msdp_topo1/r2/pimd.conf index ffa80b12d3..a4a69bf05c 100644 --- a/tests/topotests/msdp_topo1/r2/pimd.conf +++ b/tests/topotests/msdp_topo1/r2/pimd.conf @@ -15,3 +15,4 @@ ip msdp timers 10 20 3  ip msdp peer 192.168.0.1 source 192.168.0.2  ip msdp peer 192.168.2.2 source 192.168.2.1  ip pim rp 10.254.254.2 +ip pim join-prune-interval 5 diff --git a/tests/topotests/msdp_topo1/r3/pimd.conf b/tests/topotests/msdp_topo1/r3/pimd.conf index ab12f0573a..db94447c76 100644 --- a/tests/topotests/msdp_topo1/r3/pimd.conf +++ b/tests/topotests/msdp_topo1/r3/pimd.conf @@ -15,3 +15,4 @@ ip msdp timers 10 20 3  ip msdp peer 192.168.1.1 source 192.168.1.2  ip msdp peer 192.168.3.2 source 192.168.3.1  ip pim rp 10.254.254.3 +ip pim join-prune-interval 5 diff --git a/tests/topotests/msdp_topo1/r4/pimd.conf b/tests/topotests/msdp_topo1/r4/pimd.conf index b2e05cb3cb..e9bb59054c 100644 --- a/tests/topotests/msdp_topo1/r4/pimd.conf +++ b/tests/topotests/msdp_topo1/r4/pimd.conf @@ -19,3 +19,4 @@ ip msdp timers 10 20 3  ip msdp peer 192.168.2.1 source 192.168.2.2  ip msdp peer 192.168.3.1 source 192.168.3.2  ip pim rp 10.254.254.4 +ip pim join-prune-interval 5  | 
