Revize 63d763d2
Přidáno uživatelem Stanislav Král před téměř 4 roky(ů)
tests/integration_tests/services/certificate_service_test.py | ||
---|---|---|
431 | 431 |
assert root_ca_cert.pem_data in pkcs_info |
432 | 432 |
|
433 | 433 |
|
434 |
def test_create_pkcs_identity_self_signed_cert(certificate_service_unique, private_key_service_unique):
|
|
434 |
def test_create_pkcs_identity_empty_chain_of_trust(certificate_service_unique, private_key_service_unique):
|
|
435 | 435 |
# create tests certificates |
436 | 436 |
root_ca_private_key = private_key_service_unique.create_new_key() |
437 | 437 |
|
Také k dispozici: Unified diff
Re #8708 - Renamed a test