Reduce number of skipped suites (after making configs more similar)

Signed-off-by: Przemek Stekiel <[email protected]>
This commit is contained in:
Przemek Stekiel
2022-11-16 14:56:49 +01:00
parent 52d8e96ff6
commit 6419ab5299
-6
View File
@@ -145,12 +145,6 @@ TASKS = {
'component_driver': 'test_psa_crypto_config_accel_hash_use_psa',
'ignored_suites': ['shax', 'mdx', # the software implementations that are being excluded
'md', # the legacy abstraction layer that's being excluded
'entropy', 'hmac_drbg', 'random', # temporary limitation
# (see RNG EPIC)
'psa_crypto_init', # doesn't work with external RNG
'hkdf', # legacy still depends on MD,
# but there's a PSA interface that doesn't
'pkcs7' # recent addition, will be addressed later
]}}
}