Skip to content
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

Minimal config.py for TF-PSA-Crypto #9792

Open
wants to merge 4 commits into
base: development
Choose a base branch
from

Conversation

gabor-mezei-arm
Copy link
Contributor

@gabor-mezei-arm gabor-mezei-arm commented Nov 20, 2024

Description

Implement a minimal config.py for TF-PSA-Crypto with get, set, unset and full operations.

Resolve #9157

PR checklist

Please remove the segment/s on either side of the | symbol as appropriate, and add any relevant link/s to the end of the line.
If the provided content is part of the present PR remove the # symbol.

  • changelog not required because: testing script change
  • development PR not required because: this is it
  • framework PR provided Specify multiple config file for config.py mbedtls-framework#81
  • 3.6 PR not required because: TF-PSA-Crypto raleted
  • 2.28 PR not required because: TF-PSA-Crypto raleted
  • tests not required because: already exists

Add minimal required classes to use `get`, `set` and `unset` operations.

Signed-off-by: Gabor Mezei <[email protected]>
Add the `full` adapter to enable most of the config feature.

Signed-off-by: Gabor Mezei <[email protected]>
@gabor-mezei-arm gabor-mezei-arm added enhancement needs-ci Needs to pass CI tests size-m Estimated task size: medium (~1w) component-test Test framework and CI scripts priority-high High priority - will be reviewed soon labels Nov 20, 2024
@gabor-mezei-arm gabor-mezei-arm self-assigned this Nov 20, 2024
Signed-off-by: Gabor Mezei <[email protected]>
@gabor-mezei-arm gabor-mezei-arm force-pushed the 9157_minimal_tf_psa_crypto_config.py branch from c7869e4 to 6735451 Compare November 21, 2024 10:25
@gabor-mezei-arm gabor-mezei-arm added needs-review Every commit must be reviewed by at least two team members, needs-reviewer This PR needs someone to pick it up for review and removed needs-ci Needs to pass CI tests labels Nov 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component-test Test framework and CI scripts enhancement needs-review Every commit must be reviewed by at least two team members, needs-reviewer This PR needs someone to pick it up for review priority-high High priority - will be reviewed soon size-m Estimated task size: medium (~1w)
Projects
Development

Successfully merging this pull request may close these issues.

Implement config.py for TF-PSA-Crypto
1 participant