This Page

Psst... hey. You're reading the latest content, but it might be out of sync with code. You can read Nova 2011.2 docs or all OpenStack docs too.

The nova.tests.test_crypto Module

Tests for Crypto module.

class nova.tests.test_crypto.RevokeCertsTest(methodName='runTest')

Bases: nova.test.TestCase

setUp()
tearDown()
test_revoke_certs_by_project()
test_revoke_certs_by_user()
test_revoke_certs_by_user_and_project()
class nova.tests.test_crypto.SymmetricKeyTestCase(methodName='runTest')

Bases: nova.test.TestCase

Test case for Encrypt/Decrypt

test_encrypt_decrypt()