-
Notifications
You must be signed in to change notification settings - Fork 154
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-7.11: BGP Policy - Import/Export Policy Action Using Multiple Criteria changes incorporated #3574
Conversation
…eria Updated metadata.textproto -vender check included for NOKIA -Added deviations. Updated import_export_multi_test.go - Added community-set-refs configuration for add_comm 60/70. - Delete routePolicy policy applied to neighbour before configurating multipolicy. - Added deviation for prefixset_Mode. - Policy result changed to ACCEPT from NEXT-STATEMENT for policy match_community_regex statements. "This code is a Contribution to the OpenConfig Feature Profiles project ("Work") made under the Google Software Grant and Corporate Contributor License Agreement ("CLA") and governed by the Apache License 2.0. No other rights or licenses in or to any of Nokia's intellectual property are granted for any other purpose. This code is provided on an "as is" basis without any warranties of any kind."
The policy "match_community_regex" contains a single, non-nested statement with a policy result "NEXT-STATEMENT," which is non-terminating. Therefore, the policy result has been updated to "ACCEPT_ROUTE," a definitive action. "This code is a Contribution to the OpenConfig Feature Profiles project ("Work") made under the Google Software Grant and Corporate Contributor License Agreement ("CLA") and governed by the Apache License 2.0. No other rights or licenses in or to any of Nokia's intellectual property are granted for any other purpose. This code is provided on an "as is" basis without any warranties of any kind."
"This code is a Contribution to the OpenConfig Feature Profiles project ("Work") made under the Google Software Grant and Corporate Contributor License Agreement ("CLA") and governed by the Apache License 2.0. No other rights or licenses in or to any of Nokia's intellectual property are granted for any other purpose. This code is provided on an "as is" basis without any warranties of any kind."
Pull Request Test Coverage Report for Build 12696305394Warning: This coverage report may be inaccurate.This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.
Details
💛 - Coveralls |
/fptest virtual |
This reverts commit 108a1ff.
/fptest virtual |
feature/bgp/policybase/otg_tests/import_export_multi_test/import_export_multi_test.go
Show resolved
Hide resolved
feature/bgp/policybase/otg_tests/import_export_multi_test/import_export_multi_test.go
Show resolved
Hide resolved
feature/bgp/policybase/otg_tests/import_export_multi_test/import_export_multi_test.go
Show resolved
Hide resolved
feature/bgp/policybase/otg_tests/import_export_multi_test/import_export_multi_test.go
Show resolved
Hide resolved
feature/bgp/policybase/otg_tests/import_export_multi_test/import_export_multi_test.go
Show resolved
Hide resolved
feature/bgp/policybase/otg_tests/import_export_multi_test/import_export_multi_test.go
Outdated
Show resolved
Hide resolved
feature/bgp/policybase/otg_tests/import_export_multi_test/import_export_multi_test.go
Show resolved
Hide resolved
feature/bgp/policybase/otg_tests/import_export_multi_test/import_export_multi_test.go
Show resolved
Hide resolved
Also, I see this fail on srlinux container. Here are the logs: https://gist.github.com/dplore/a225ebad5d96c00ea5adb9b9b885305f On the next submission, please ensure at least that this passes on your platform. |
"This code is a Contribution to the OpenConfig Feature Profiles project ("Work") made under the Google Software Grant and Corporate Contributor License Agreement ("CLA") and governed by the Apache License 2.0. No other rights or licenses in or to any of Nokia's intellectual property are granted for any other purpose. This code is provided on an "as is" basis without any warranties of any kind."
HW log with these changes are available at - b/381853612 |
/fptest virtual |
/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.
Just one suggestion left to use an await call instead of sleep for the traffic check.
feature/bgp/policybase/otg_tests/import_export_multi_test/import_export_multi_test.go
Show resolved
Hide resolved
feature/bgp/policybase/otg_tests/import_export_multi_test/import_export_multi_test.go
Show resolved
Hide resolved
feature/bgp/policybase/otg_tests/import_export_multi_test/import_export_multi_test.go
Show resolved
Hide resolved
feature/bgp/policybase/otg_tests/import_export_multi_test/import_export_multi_test.go
Show resolved
Hide resolved
feature/bgp/policybase/otg_tests/import_export_multi_test/import_export_multi_test.go
Show resolved
Hide resolved
feature/bgp/policybase/otg_tests/import_export_multi_test/import_export_multi_test.go
Show resolved
Hide resolved
feature/bgp/policybase/otg_tests/import_export_multi_test/import_export_multi_test.go
Outdated
Show resolved
Hide resolved
"This code is a Contribution to the OpenConfig Feature Profiles project ("Work") made under the Google Software Grant and Corporate Contributor License Agreement ("CLA") and governed by the Apache License 2.0. No other rights or licenses in or to any of Nokia's intellectual property are granted for any other purpose. This code is provided on an "as is" basis without any warranties of any kind."
Updated metadata.textproto
Updated import_export_multi_test.go
The policy "match_community_regex" contains a single, non-nested statement with a policy result "NEXT-STATEMENT," which is non-terminating. Therefore, the policy result has been updated to "ACCEPT_ROUTE," a definitive action.
"This code is a Contribution to the OpenConfig Feature Profiles project ("Work") made under the Google Software Grant and Corporate Contributor License Agreement ("CLA") and governed by the Apache License 2.0. No other rights or licenses in or to any of Nokia's intellectual property are granted for any other purpose. This code is provided on an "as is" basis without any warranties of any kind."