-
Notifications
You must be signed in to change notification settings - Fork 34
feat(anta.tests): Adding the test case to verify BGP neighbor capabilities #490
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
This pull request has conflicts, please resolve those before we can evaluate the pull request. |
Conflicts have been resolved. A maintainer will review the pull request shortly. |
This pull request has conflicts, please resolve those before we can evaluate the pull request. |
3737a7e
to
4531f7e
Compare
Conflicts have been resolved. A maintainer will review the pull request shortly. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
updated - take a new look ;)
issue-483: Updated the testcase with unit tests issue-483: fix the unit tests issue-483: Updated doc string for input class issue-483: spilited testcase into parts issue-483: fixed the typo issue-483: updated custom types issue-483: remove seprator issue-483: updated neighbor with peer issue-483: updated show command issue-483: fixed the black for utils.py issue-483: fixed all linting for utils.py issue-483: updated unit tests and used get_item method issue-483: removed utils file
4531f7e
to
f3ab959
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Thank you Mahesh
…ities (aristanetworks#490) * Added the testcase for BGP neighbor capabilities
Description
Add the test case to verify the BGP neighbor capabilities.
Run the testcase by adding catalog as below:
Fixes #483
Checklist:
pre-commit run
)tox -e testenv
)