pkcs11-provider/0002-no-softhsm-tests.patch
Dmitry Belyavskiy 551a5517ba Skipping softhsm tests for tls
Resolves: RHEL-106603
2025-08-04 10:55:40 +02:00

13 lines
970 B
Diff

diff -up pkcs11-provider-1.0/tests/meson.build.xxx pkcs11-provider-1.0/tests/meson.build
--- pkcs11-provider-1.0/tests/meson.build.xxx 2025-08-04 10:45:55.290301152 +0200
+++ pkcs11-provider-1.0/tests/meson.build 2025-08-04 10:46:12.512858275 +0200
@@ -148,7 +148,7 @@ tests = {
'session': {'suites': ['softokn', 'softhsm', 'kryoptic', 'kryoptic.nss']},
'rand': {'suites': ['softokn', 'softhsm', 'kryoptic', 'kryoptic.nss']},
'readkeys': {'suites': ['softokn', 'softhsm', 'kryoptic', 'kryoptic.nss']},
- 'tls': {'suites': ['softokn', 'softhsm', 'kryoptic', 'kryoptic.nss'], 'is_parallel': false, 'timeout': 60},
+ 'tls': {'suites': ['softokn', 'kryoptic', 'kryoptic.nss'], 'is_parallel': false, 'timeout': 60},
'tlsfuzzer': {'suites': ['softokn', 'softhsm', 'kryoptic', 'kryoptic.nss'], 'timeout': 90},
'uri': {'suites': ['softokn', 'softhsm', 'kryoptic', 'kryoptic.nss'], 'timeout': 90},
'ecxc': {'suites': ['softhsm', 'kryoptic', 'kryoptic.nss']},