Skip to content

Commit c811fb7

Browse files
Merge pull request #9941 from valeriosetti/issue94-3.6
[Backport 3.6] Move test_psa_*.py scripts to the framework
2 parents 2045886 + 411f7dc commit c811fb7

File tree

5 files changed

+3
-353
lines changed

5 files changed

+3
-353
lines changed

tests/scripts/components-compliance.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ component_test_psa_compliance () {
1515
CC=gcc make -C library libmbedcrypto.a
1616

1717
msg "unit test: test_psa_compliance.py"
18-
CC=gcc ./tests/scripts/test_psa_compliance.py
18+
CC=gcc $FRAMEWORK/scripts/test_psa_compliance.py
1919
}
2020

2121
support_test_psa_compliance () {

tests/scripts/components-configuration.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ component_test_full_cmake_clang () {
148148
tests/scripts/run_demos.py
149149

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

153153
msg "test: ssl-opt.sh default, ECJPAKE, SSL async (full config)" # ~ 1s
154154
tests/ssl-opt.sh -f 'Default\|ECJPAKE\|SSL async private'

tests/scripts/test_psa_compliance.py

Lines changed: 0 additions & 159 deletions
This file was deleted.

tests/scripts/test_psa_constant_names.py

Lines changed: 0 additions & 191 deletions
This file was deleted.

0 commit comments

Comments
 (0)