-
Notifications
You must be signed in to change notification settings - Fork 71
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
Add sqlite stability tests #634
Add sqlite stability tests #634
Conversation
8d99d54
to
56c0fc9
Compare
Does this depend on #628 ? If it'd be useful to have that here, then we can go review and get that merged |
As this MR involves building a new docker image, makes sense to have that merged so the CI pipelines are more efficient. |
56c0fc9
to
a768252
Compare
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.
Looks good!
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.
👍🏻 Thanks for the hard work!
I get the feeling that the testing infrastructure is more complicated than the actual service :)
Signed-off-by: Gowtham Suresh Kumar <gowtham.sureshkumar@arm.com>
Signed-off-by: Gowtham Suresh Kumar <gowtham.sureshkumar@arm.com>
Signed-off-by: Gowtham Suresh Kumar <gowtham.sureshkumar@arm.com>
Signed-off-by: Gowtham Suresh Kumar <gowtham.sureshkumar@arm.com>
Unlike on-disk KIM, the SQLite KIM does not support same key names for different providers. So SQLite database is generated with provider extension (ex: rsa-mbed). Signed-off-by: Gowtham Suresh Kumar <gowtham.sureshkumar@arm.com>
Signed-off-by: Gowtham Suresh Kumar <gowtham.sureshkumar@arm.com>
Signed-off-by: Gowtham Suresh Kumar <gowtham.sureshkumar@arm.com>
58e239d
to
d55761f
Compare
This MR will add stability tests for the sqlite key info managers. The generate keys script has been modified to generate the sqlite
database keys and then use them for testing.
Closes #519
Signed-off-by: Gowtham Suresh Kumar gowtham.sureshkumar@arm.com