tests: avoid useless use of low-level crypto deps

Take our low-level error for test from our own side of the split.

Signed-off-by: Manuel Pégourié-Gonnard <[email protected]>
This commit is contained in:
Manuel Pégourié-Gonnard
2026-07-15 09:48:05 +01:00
committed by Yi Wu
parent 41d0f47970
commit e8ed43bcee
+3 -3
View File
@@ -1,9 +1,9 @@
Single low error
depends_on:MBEDTLS_AES_C
error_strerror:-0x0020:"AES - Invalid key length"
depends_on:MBEDTLS_NET_C
error_strerror:-0x0042:"NET - Failed to open a socket"
Single high error
depends_on:PSA_WANT_ALG_SHA_256:PSA_WANT_KEY_TYPE_RSA_PUBLIC_KEY:MBEDTLS_X509_CRT_PARSE_C
depends_on:MBEDTLS_X509_CRT_PARSE_C
error_strerror:-0x2280:"X509 - The serial tag or value is invalid"
Non existing high error