From 5aab46b91e5d80409880b5b739d31ab1f15638c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20P=C3=A9gouri=C3=A9-Gonnard?= Date: Fri, 22 Sep 2023 12:19:07 +0200 Subject: [PATCH] Remove now-redundant tests MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit These were temporaries to avoid unwanted use of low-level modules. Now that we have test components with those modules fully disabled (replaced with drivers), we no longer need these tests - which were out of date too. Signed-off-by: Manuel Pégourié-Gonnard --- tests/scripts/all.sh | 26 -------------------------- 1 file changed, 26 deletions(-) diff --git a/tests/scripts/all.sh b/tests/scripts/all.sh index 867be511b..665d513bc 100755 --- a/tests/scripts/all.sh +++ b/tests/scripts/all.sh @@ -1138,19 +1138,6 @@ component_test_full_cmake_gcc_asan () { msg "test: context-info.sh (full config, ASan build)" # ~ 15 sec tests/context-info.sh - - msg "test: check direct ECP dependencies in TLS and X.509" - docs/architecture/psa-migration/syms.sh full - - # TODO: replace "mbedtls_ecp_curve" with "mbedtls_ecp" also for - # "full-tls-external" once Issue6839 is completed - not grep mbedtls_ecp_curve full-libmbedtls-external - not grep mbedtls_ecp full-libmbedx509-external - - rm full-libmbedtls-external \ - full-libmbedtls-modules \ - full-libmbedx509-external \ - full-libmbedx509-modules } @@ -1175,19 +1162,6 @@ component_test_full_cmake_gcc_asan_new_bignum () { msg "test: context-info.sh (full config, ASan build)" # ~ 15 sec tests/context-info.sh - - msg "test: check direct ECP dependencies in TLS and X.509" - docs/architecture/psa-migration/syms.sh full - - # TODO: replace "mbedtls_ecp_curve" with "mbedtls_ecp" also for - # "full-tls-external" once Issue6839 is completed - not grep mbedtls_ecp_curve full-libmbedtls-external - not grep mbedtls_ecp full-libmbedx509-external - - rm full-libmbedtls-external \ - full-libmbedtls-modules \ - full-libmbedx509-external \ - full-libmbedx509-modules } component_test_full_cmake_gcc_asan_new_bignum_test_hooks () {