-
Notifications
You must be signed in to change notification settings - Fork 31
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
feat(anta.tests): Add support for IPv6 for VerifyReachability test #1019
base: main
Are you sure you want to change the base?
Conversation
CodSpeed Performance ReportMerging #1019 will not alter performanceComparing Summary
|
- source: fd12:3456:789a:1::1 | ||
destination: fd12:3456:789a:1::2 |
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.
try out using one ipv4/one ipv6 for sourfce/dest and see the result - in theory it should not work and we can block these scenarios with a validator
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.
checked on device during call -> block it with validator
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.
use EOS error message IP address family for desintation does not match source
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.
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.
Quality Gate passedIssues Measures |
Description
Fix VerifyReachability test as does not accept IPv6 input in YAML
Fixes #921
Checklist:
pre-commit run
)tox -e testenv
)