-
Notifications
You must be signed in to change notification settings - Fork 160
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
RT-1.27: fixed failed tests #3613
Conversation
Pull Request Functional Test Report for #3613 / 80975e2Virtual Devices
Hardware Devices
|
...ution/otg_tests/static_route_bgp_redistribution_test/static_route_bgp_redistribution_test.go
Outdated
Show resolved
Hide resolved
...ution/otg_tests/static_route_bgp_redistribution_test/static_route_bgp_redistribution_test.go
Show resolved
Hide resolved
Pull Request Test Coverage Report for Build 12721746251Details
💛 - Coveralls |
@singh-prem can you resolve the conflicts and also rebase the checks |
...ution/otg_tests/static_route_bgp_redistribution_test/static_route_bgp_redistribution_test.go
Outdated
Show resolved
Hide resolved
...ution/otg_tests/static_route_bgp_redistribution_test/static_route_bgp_redistribution_test.go
Outdated
Show resolved
Hide resolved
...ution/otg_tests/static_route_bgp_redistribution_test/static_route_bgp_redistribution_test.go
Outdated
Show resolved
Hide resolved
...ution/otg_tests/static_route_bgp_redistribution_test/static_route_bgp_redistribution_test.go
Outdated
Show resolved
Hide resolved
...ution/otg_tests/static_route_bgp_redistribution_test/static_route_bgp_redistribution_test.go
Outdated
Show resolved
Hide resolved
...ution/otg_tests/static_route_bgp_redistribution_test/static_route_bgp_redistribution_test.go
Outdated
Show resolved
Hide resolved
...ution/otg_tests/static_route_bgp_redistribution_test/static_route_bgp_redistribution_test.go
Outdated
Show resolved
Hide resolved
...ution/otg_tests/static_route_bgp_redistribution_test/static_route_bgp_redistribution_test.go
Outdated
Show resolved
Hide resolved
...ution/otg_tests/static_route_bgp_redistribution_test/static_route_bgp_redistribution_test.go
Outdated
Show resolved
Hide resolved
...ution/otg_tests/static_route_bgp_redistribution_test/static_route_bgp_redistribution_test.go
Outdated
Show resolved
Hide resolved
There are some other changes for the same test - #3444 |
...ution/otg_tests/static_route_bgp_redistribution_test/static_route_bgp_redistribution_test.go
Outdated
Show resolved
Hide resolved
...ution/otg_tests/static_route_bgp_redistribution_test/static_route_bgp_redistribution_test.go
Outdated
Show resolved
Hide resolved
We'll have to review these PR's one at a time unfortunately. I am giving this PR (#3613) priority for review first. After #3613 is merged, then #3444 will need to merge to mater and resolve and conflicts |
@dplore @ram-mac apart from taking care of comments. I have changed static route configuration from Replace to Update, which required removing initial Delete of the existing static routes. Although it does not impact my run, I thought it will help to retain base configuration static routes. If you think, we should retain deleting existing static route, I can revert 2 lines. |
done |
/fptest virtual |
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.
Thanks for all the changes. Two minor nits to fix static check issues, then this is ready
/fptest virtual |
function description change Co-authored-by: Darren Loher <dloher@google.com>
function description change 2 Co-authored-by: Darren Loher <dloher@google.com>
Thanks for detailed review. I have taken care of the two static check issues. |
...ution/otg_tests/static_route_bgp_redistribution_test/static_route_bgp_redistribution_test.go
Show resolved
Hide resolved
* intial code * defined deviations * updated deviation usage * taken care of comments, also changed static route replace to update to preserve base routes * added default bgp instance name in metadata file * Update internal/cfgplugins/bgp_policy.go function description change Co-authored-by: Darren Loher <dloher@google.com> * Update internal/cfgplugins/bgp_policy.go function description change 2 Co-authored-by: Darren Loher <dloher@google.com> * added bug info to the deviations --------- Co-authored-by: Darren Loher <dloher@google.com> Co-authored-by: Ram <rmachat@google.com>
* intial code * defined deviations * updated deviation usage * taken care of comments, also changed static route replace to update to preserve base routes * added default bgp instance name in metadata file * Update internal/cfgplugins/bgp_policy.go function description change Co-authored-by: Darren Loher <dloher@google.com> * Update internal/cfgplugins/bgp_policy.go function description change 2 Co-authored-by: Darren Loher <dloher@google.com> * added bug info to the deviations --------- Co-authored-by: Darren Loher <dloher@google.com> Co-authored-by: Ram <rmachat@google.com>
This PR contains following: