The nova.tests.test_crypto Module

Tests for Crypto module.

class CertExceptionTests(methodName='runTest')

Bases: nova.test.TestCase

test_fetch_ca_file_not_found()
test_fetch_crl_file_not_found()
class RevokeCertsTest(methodName='runTest')

Bases: nova.test.TestCase

test_revoke_certs_by_project()
test_revoke_certs_by_user()
test_revoke_certs_by_user_and_project()
class X509Test(methodName='runTest')

Bases: nova.test.TestCase

test_can_generate_x509()
test_encrypt_decrypt_x509()

Previous topic

The nova.tests.test_context Module

Next topic

The nova.tests.test_db_api Module

This Page