-
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 7.11: Updated the script with deviation for ASpath set #3365
base: main
Are you sure you want to change the base?
Conversation
Pull Request Test Coverage Report for Build 12303596124Details
💛 - Coveralls |
feature/bgp/policybase/otg_tests/aspath_and_community_test/aspath_and_community_test.go
Outdated
Show resolved
Hide resolved
feature/bgp/policybase/otg_tests/aspath_and_community_test/aspath_and_community_test.go
Outdated
Show resolved
Hide resolved
feature/bgp/policybase/otg_tests/aspath_and_community_test/aspath_and_community_test.go
Outdated
Show resolved
Hide resolved
feature/bgp/policybase/otg_tests/import_export_multi_test/README.md
Outdated
Show resolved
Hide resolved
feature/bgp/policybase/otg_tests/import_export_multi_test/import_export_multi_test.go
Outdated
Show resolved
Hide resolved
Fixes #3415 |
@s-nandu please let us know if you will be resolving the comments. |
@s-nandu there are still conflicts to be resolved |
@s-nandu - Can you please resolve the conflicts? |
@Juniper - Please resolve the conflicts in this PR so i can validate it. |
@s-nandu - i validated this change and looks like it is breaking one vendor during gnmi.Replace(ln502) is breaking with the following error "An unexpected element "match-as-path-set" is present". |
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.
LGTM and the changes works for most vendors
|
||
switch dut.Vendor() { | ||
case ondatra.JUNIPER: | ||
config = juniperCLI() |
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.
I don not agree on the use of CLI to pass a test, if a feature is not supported let it fail until supported.
RT 7.11: Updated the script with deviation for ASpath set
Added policy result as ACCEPT for policy "match_community_regex"
(Moved RT 7.4 to #3607 )