[Framework] Move test_psa_*.py
scripts to the framework
#94
Labels
size-s
Estimated task size: small (~2d)
test_psa_*.py
scripts to the framework
#94
Move
tests/scripts/test_psa_compliance.py
andtests/scripts/test_psa_constant_names.py
to the framework - they will be used by Mbed TLS 3.6 and tf-psa-crypto.The versions of
test_psa_compliance.py
in 3.6 and development are slightly different in that the version in development has been adapted to tf-psa-crypto. The version from development should work for 3.6 too as it includes checks for which repo we're in.The versions of
test_psa_constant_names.py
in 3.6 and development differ in some paths. These should be reconciled, probably usingis_mbedtls_3_6()
from thebuild_tree
module. (Once the script is in the framework repo,from . import build_tree
should work. From the mbedtls repo, I think we wantimport framework_scripts_path # pylint: disable=unused-import
thenfrom mbedtls_framework import build_tree
.)The text was updated successfully, but these errors were encountered: