Skip to content

Commit

Permalink
ci: Fix da pre-commit maybe
Browse files Browse the repository at this point in the history
  • Loading branch information
gmuloc committed Nov 27, 2024
1 parent d30ab8d commit 1115ca2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ anta.tests.bfd:
# Verifies the health of IPv4 BFD peers across all VRFs.
down_threshold: 2
- VerifyBFDPeersIntervals:
# Verifies the timers of IPv4 BFD peer sessions.
# Verifies the timers of the IPv4 BFD peers in the specified VRF.
bfd_peers:
- peer_address: 192.0.255.8
vrf: default
Expand All @@ -88,14 +88,14 @@ anta.tests.bfd:
rx_interval: 1200
multiplier: 3
- VerifyBFDPeersRegProtocols:
# Verifies the registered routing protocol of IPv4 BFD peer sessions.
# Verifies that IPv4 BFD peer(s) have the specified protocol(s) registered.
bfd_peers:
- peer_address: 192.0.255.7
vrf: default
protocols:
- bgp
- VerifyBFDSpecificPeers:
# Verifies the state of IPv4 BFD peer sessions.
# Verifies the IPv4 BFD peer's sessions and remote disc in the specified VRF.
bfd_peers:
- peer_address: 192.0.255.8
vrf: default
Expand Down

0 comments on commit 1115ca2

Please sign in to comment.