Skip to content

Commit

Permalink
Updated test.yaml file
Browse files Browse the repository at this point in the history
  • Loading branch information
Geetanjali Mane authored and Geetanjali Mane committed Dec 26, 2024
1 parent 161c924 commit f729193
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion anta/tests/path_selection.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ def test(self) -> None:


class VerifySpecificPath(AntaTest):
"""Verifies the path and telemetry state of a specific path for an IPv4 peer.
"""Verifies the DPS path and telemetry state of an IPv4 peer.
This test performs the following checks for each specified router path:
1. Verifies that the specified peer is configured.
Expand Down
2 changes: 1 addition & 1 deletion examples/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ anta.tests.path_selection:
- VerifyPathsHealth:
# Verifies the path and telemetry state of all paths under router path-selection.
- VerifySpecificPath:
# Verifies the path and telemetry state of a specific path for an IPv4 peer.
# Verifies the DPS path and telemetry state of an IPv4 peer.
paths:
- peer: 10.255.0.1
path_group: internet
Expand Down

0 comments on commit f729193

Please sign in to comment.