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

[Backport 3.6] Move test_psa_*.py scripts to the framework #9941

Merged
merged 4 commits into from
Feb 5, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tests/scripts/components-compliance.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ component_test_psa_compliance () {
CC=gcc make -C library libmbedcrypto.a

msg "unit test: test_psa_compliance.py"
CC=gcc ./tests/scripts/test_psa_compliance.py
CC=gcc $FRAMEWORK/scripts/test_psa_compliance.py
}

support_test_psa_compliance () {
Expand Down
2 changes: 1 addition & 1 deletion tests/scripts/components-configuration.sh
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ component_test_full_cmake_clang () {
tests/scripts/run_demos.py

msg "test: psa_constant_names (full config, clang)" # ~ 1s
tests/scripts/test_psa_constant_names.py
$FRAMEWORK/scripts/test_psa_constant_names.py

msg "test: ssl-opt.sh default, ECJPAKE, SSL async (full config)" # ~ 1s
tests/ssl-opt.sh -f 'Default\|ECJPAKE\|SSL async private'
Expand Down
159 changes: 0 additions & 159 deletions tests/scripts/test_psa_compliance.py

This file was deleted.

191 changes: 0 additions & 191 deletions tests/scripts/test_psa_constant_names.py

This file was deleted.