-
Notifications
You must be signed in to change notification settings - Fork 280
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
validation support for SAI_ATTR_VALUE_TYPE_JSON #1152
Conversation
LGTM, but please resolve the check for Pull Request Coverage |
Thank you for the review. Any suggestion to get past that? May be there is a way to handle this within sonic-sairedis repo? I may need a pointer where to add this attr value type then to handle coverage. |
@kcudnik would you please help to review this PR? Thanks. |
@kcudnik , @richardyu-ms please review updated diffs. I've added unittests for code coverage. Now codecoverage is 100%. |
…attr value sairedis commits: b1e9c91 2022-11-29 | validation support for SAI_ATTR_VALUE_TYPE_JSON (sonic-net/sonic-sairedis#1152)
* validation support for SAI_ATTR_VALUE_TYPE_JSON * add sairedis-lib and vslib tests for generic programmable
With a support added for attr value type json, there is a validation support for this attr value type missing. This PR is to enable validation checks for the same.
Signed-off-by: svshah-intel [email protected]