-
Notifications
You must be signed in to change notification settings - Fork 148
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
TE-9.1 : FIB FAILURE DUE TO HARDWARE RESOURCE EXHAUST #2048
Conversation
Pull Request Functional Test Report for #2048 / 555953eVirtual Devices
Hardware Devices
|
@greg-dennis This test needs to inject 2.5M routes . As per current guidelines in contributing.md none of address blocks can be used to inject 2.5M routes. I have used 20.0.1.1/32. With this static check fails. please could you suggest how to resolve this. |
Pull Request Test Coverage Report for Build 6175565869
💛 - Coveralls |
@greg-dennis , please could you check and help with one more network to use in script to generate 2.5M routes . As of now IP address blocks which are provided in CONTRIBUTING.md does not support 2.5M scale. |
@greg-dennis is it convenient to get one more v4 block? If not, @cprabha I think probably you can do v6 over v4 advertisement as a way to fill up the routing table. Thanks. |
@greg-dennis , @xw-g I have updated script with v6 block and all checks passed. Thanks. |
...ibi/otg_tests/fib_failed_due_to_hw_res_exhaust_test/fib_failed_due_to_hw_res_exhaust_test.go
Show resolved
Hide resolved
...ibi/otg_tests/fib_failed_due_to_hw_res_exhaust_test/fib_failed_due_to_hw_res_exhaust_test.go
Outdated
Show resolved
Hide resolved
...ibi/otg_tests/fib_failed_due_to_hw_res_exhaust_test/fib_failed_due_to_hw_res_exhaust_test.go
Outdated
Show resolved
Hide resolved
...ibi/otg_tests/fib_failed_due_to_hw_res_exhaust_test/fib_failed_due_to_hw_res_exhaust_test.go
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.
Sorry, one nit
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.
Approving for Go quality
* Initial Commit for TE-9.1 * removed commented code * Update fib_failed_due_to_hw_res_exhaust_test.go * Update fib_failed_due_to_hw_res_exhaust_test.go * Added deviation * fixing conflicts * Adding tag * Adding tag * fixing fmt issues * Updated with comments and resolved conflicts * updated i value * updated review comments * changed address block from v4 to v6 * Addressing review comments * Addressing review comments * updated with comments --------- Co-authored-by: Arul Kumar Sekar <[email protected]>
* Initial Commit for TE-9.1 * removed commented code * Update fib_failed_due_to_hw_res_exhaust_test.go * Update fib_failed_due_to_hw_res_exhaust_test.go * Added deviation * fixing conflicts * Adding tag * Adding tag * fixing fmt issues * Updated with comments and resolved conflicts * updated i value * updated review comments * changed address block from v4 to v6 * Addressing review comments * Addressing review comments * updated with comments --------- Co-authored-by: Arul Kumar Sekar <[email protected]>
* Initial Commit for TE-9.1 * removed commented code * Update fib_failed_due_to_hw_res_exhaust_test.go * Update fib_failed_due_to_hw_res_exhaust_test.go * Added deviation * fixing conflicts * Adding tag * Adding tag * fixing fmt issues * Updated with comments and resolved conflicts * updated i value * updated review comments * changed address block from v4 to v6 * Addressing review comments * Addressing review comments * updated with comments --------- Co-authored-by: Arul Kumar Sekar <[email protected]>
Hi,
This PR is Initial Commit for TE-9.1 FIB FAILURE DUE TO HARDWARE RESOURCE EXHAUST.
Resolves : #508
Thanks,
Prabha