-
Notifications
You must be signed in to change notification settings - Fork 759
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
Skip NVGRE hash tests for Broadcom SKUs #16888
Skip NVGRE hash tests for Broadcom SKUs #16888
Conversation
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
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.
Suggest to skip using tests/common/plugins/conditional_mark/tests_mark_conditions.yaml
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
Thanks, Done |
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
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
* Skip NVGRE hash tests for Broadcom SKUs * Review comments
Cherry-pick PR to 202411: #16911 |
* Skip NVGRE hash tests for Broadcom SKUs * Review comments
Description of PR
To skip NVGRE hash tests for Broadcom SKUs
Approach
What is the motivation for this PR?
With the default hash algorithm, NVGRE hash test fails for Broadcom SKUs, so skip.
How did you do it?
Check for the asic_type and skip for Broadcom SKUs.