-
Notifications
You must be signed in to change notification settings - Fork 3k
Crypto access control additional tests #10160
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
Crypto access control additional tests #10160
Conversation
@itayzafrir, thank you for your changes. |
i think you should move the buffers outside of the functions, just to avoid stack issues |
these are |
@avolinski please review |
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
CI started |
Test run: SUCCESSSummary: 6 of 6 test jobs passed |
@@ -473,22 +565,26 @@ utest::v1::status_t test_setup(const size_t number_of_cases) | |||
} | |||
|
|||
Case cases[] = { | |||
Case("open other partitions' key", | |||
Case("open other partition's key", |
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.
😀
Description
Additional tests for crypto access control
Pull request type
Reviewers
Release Notes