The nova.tests.test_misc Module

class ExceptionTestCase(methodName='runTest')

Bases: nova.test.TestCase

test_exceptions_raise()
class LockTestCase(methodName='runTest')

Bases: nova.test.TestCase

test_nested_external_works()

We can nest external syncs

test_synchronized_externally()

We can lock across multiple processes

test_synchronized_internally()

We can lock across multiple green threads

test_synchronized_wrapped_function_metadata()
class ProjectTestCase(methodName='runTest')

Bases: nova.test.TestCase

test_all_migrations_have_downgrade()

Previous topic

The nova.tests.test_migrations Module

Next topic

The nova.tests.test_netapp Module

This Page