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_misc Module

class nova.tests.test_misc.ExceptionTestCase(methodName='runTest')

Bases: nova.test.TestCase

test_exceptions_raise()
class nova.tests.test_misc.LockTestCase(methodName='runTest')

Bases: nova.test.TestCase

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 nova.tests.test_misc.ProjectTestCase(methodName='runTest')

Bases: nova.test.TestCase

test_authors_up_to_date()