Skip to content

Commit

Permalink
tests: update timers in BFD VRF test
Browse files Browse the repository at this point in the history
Increase BFD Echo timers to make test stable.

Signed-off-by: Lynne Morrison <lynne.morrison@ibm.com>
  • Loading branch information
lynnemorrison committed Jun 13, 2022
1 parent aad2899 commit c75cba4
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 4 deletions.
4 changes: 4 additions & 0 deletions tests/topotests/bfd_vrf_topo1/r1/bfdd.conf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,11 @@
!
bfd
peer 192.168.0.2 vrf r1-bfd-cust1
receive-interval 1000
transmit-interval 1000
echo-mode
echo transmit-interval 500
echo receive-interval 500
no shutdown
!
!
2 changes: 1 addition & 1 deletion tests/topotests/bfd_vrf_topo1/r1/peers.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[
{
"remote-receive-interval": 1000,
"remote-transmit-interval": 500,
"remote-transmit-interval": 1000,
"peer": "192.168.0.2",
"status": "up"
}
Expand Down
8 changes: 7 additions & 1 deletion tests/topotests/bfd_vrf_topo1/r2/bfdd.conf
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,18 @@
bfd
peer 192.168.0.1 vrf r2-bfd-cust1
receive-interval 1000
transmit-interval 500
transmit-interval 1000
echo-mode
echo transmit-interval 500
echo receive-interval 500
no shutdown
!
peer 192.168.1.1 vrf r2-bfd-cust1
receive-interval 1000
transmit-interval 1000
echo-mode
echo transmit-interval 500
echo receive-interval 500
no shutdown
!
!
2 changes: 1 addition & 1 deletion tests/topotests/bfd_vrf_topo1/r2/peers.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"status": "up"
},
{
"remote-echo-receive-interval": 100,
"remote-echo-receive-interval": 500,
"peer": "192.168.1.1",
"status": "up"
},
Expand Down
4 changes: 3 additions & 1 deletion tests/topotests/bfd_vrf_topo1/r3/bfdd.conf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@
!
bfd
peer 192.168.1.2 vrf r3-bfd-cust1
echo-interval 100
receive-interval 1000
transmit-interval 1000
echo-interval 500
echo-mode
no shutdown
!
Expand Down

0 comments on commit c75cba4

Please sign in to comment.