Skip to content

Commit

Permalink
issue-505: updated the doc string
Browse files Browse the repository at this point in the history
  • Loading branch information
MaheshGSLAB committed Jan 2, 2024
1 parent 07710ac commit a97ff44
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions anta/tests/routing/bgp.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2023 Arista Networks, Inc.
# Copyright (c) 2023-2024 Arista Networks, Inc.
# Use of this source code is governed by the Apache License 2.0
# that can be found in the LICENSE file.
"""
Expand Down Expand Up @@ -451,14 +451,14 @@ def test(self) -> None:

class VerifyBGPEcmpPath(AntaTest):
"""
Verifies if a BGP route is contributed in ecmp in the specified VRF.
Verifies the installation of BGP Equal-Cost Multipath (ECMP) path in the specified VRF.
Expected results:
* success: The test will pass if a BGP route is contributed in ecmp and at least one path is an ecmp head in the specified VRF.
* failure: The test will fail if a BGP route is not found, no contributed in ecmp, or ecmp head is not found for any path in the specified VRF.
"""

name = "VerifyBGPEcmpPath"
description = "Verifies if BGP route is contributed in ecmp in the specified VRF."
description = "Verifies the installation of BGP Equal-Cost Multipath (ECMP) path in the specified VRF."
categories = ["routing", "bgp"]
commands = [AntaCommand(command="show ip bgp")]

Expand Down

0 comments on commit a97ff44

Please sign in to comment.