-
Notifications
You must be signed in to change notification settings - Fork 232
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
Fix(eos_validate_state): ANTA Refactor BGP test to now also support direct neighbors and IPv6 AFI #3572
Fix(eos_validate_state): ANTA Refactor BGP test to now also support direct neighbors and IPv6 AFI #3572
Conversation
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, IPv4 works as expected in my lab. Need to test IPv6!
This pull request has conflicts, please resolve those before we can evaluate the pull request. |
ansible_collections/arista/avd/roles/eos_validate_state/python_modules/tests/avdtestrouting.py
Outdated
Show resolved
Hide resolved
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
Only one type
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.
LGTM
Change Summary
Refactor
AvdTestBGP
to now also support direct neighbors and IPv6 in addition of peer groups.Related Issue(s)
N/A
Component(s) name
arista.avd.eos_validate_state
ANTAProposed changes
AvdTestBGP
will now test all activated neighbors and peer groups in the IPv4, IPv6 and EVPN address families of VRF default. This will NOT test BGP neighbors configured in a VRF (coming soon in a separate PR).How to test
You can add custom structured_config for BGP under specific nodes:
eos_validate_state
in ANTA mode will now test the additional activated IPv4, IPv6 neighbors.Also see
eos_validate_state
molecule scenario.Checklist
User Checklist
Repository Checklist