tests: Update PKCS#11 tests to follow global verbosity

Signed-off-by: Jakub Jelen <jjelen@redhat.com>
Reviewed-by: Sahana Prasad <sahana@redhat.com>
This commit is contained in:
Jakub Jelen
2025-01-23 10:35:47 +01:00
parent 257e8eb2c1
commit f14568262a
2 changed files with 2 additions and 2 deletions

View File

@@ -561,7 +561,7 @@ int torture_run_tests(void) {
cmocka_unit_test(torture_pki_ecdsa_import_pubkey_without_loading_public_uri_521),
};
ssh_session session = ssh_new();
int verbosity = SSH_LOG_FUNCTIONS;
int verbosity = torture_libssh_verbosity();
/* Do not use system openssl.cnf for the pkcs11 uri tests.
* It can load a pkcs11 provider too early before we will set up environment

View File

@@ -283,7 +283,7 @@ torture_run_tests(void)
};
ssh_session session = ssh_new();
int verbosity = SSH_LOG_FUNCTIONS;
int verbosity = torture_libssh_verbosity();
/* Do not use system openssl.cnf for the pkcs11 uri tests.
* It can load a pkcs11 provider too early before we will set up environment