-
Notifications
You must be signed in to change notification settings - Fork 29
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 known EOS errors as failure #959
Conversation
Routing tests are also giving an error if the routing protocol is not active (BGP, IS-IS): |
do you have an example for ISIS? |
CodSpeed Performance ReportMerging #959 will not alter performanceComparing Summary
|
It happens when you don't have address-family ipv4 | ipv6 configured |
what is the command please? need to repro |
ok found one :p |
Quality Gate passedIssues Measures |
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.
Ship it!
Description
Add a list of known errors from EOS to match on to decide a test status
Fixes #952
Fixes #954
Checklist:
pre-commit run
)tox -e testenv
)