test: net: socket: do not enable USE_PSA and all PSA features
This commit fixes #73337. Before #72243 Mbed TLS was not using USE_PSA and all PSA features were not enabled. After #72243 if BUILD_WITH_TFM is set: - USE_PSA in Mbed TLS is enabled by default and - all PSA features are enabled. This commits reverts both changes for net.socket.register.tls test case. Signed-off-by: Valerio Setti <vsetti@baylibre.com>
This commit is contained in:
parent
db00b813f0
commit
979ede8889
1 changed files with 2 additions and 0 deletions
|
@ -15,6 +15,8 @@ tests:
|
|||
- CONFIG_MBEDTLS_ENABLE_HEAP=y
|
||||
- CONFIG_MBEDTLS_HEAP_SIZE=60000
|
||||
- CONFIG_MBEDTLS_SSL_MAX_CONTENT_LEN=2048
|
||||
- CONFIG_PSA_CRYPTO_ENABLE_ALL=n
|
||||
- CONFIG_MBEDTLS_USE_PSA_CRYPTO=n
|
||||
- CONFIG_NET_SOCKETS_SOCKOPT_TLS=y
|
||||
- CONFIG_NET_SOCKETS_TLS_MAX_CONTEXTS=6
|
||||
- CONFIG_NET_SOCKETS_ENABLE_DTLS=y
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue