This Page

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

The nova.tests.test_access Module

class nova.tests.test_access.AccessTestCase(methodName='runTest')

Bases: nova.test.TestCase

response_status(user, methodName)
setUp()
shouldAllow(user, methodName)
shouldDeny(user, methodName)
tearDown()
test_001_allow_all()
test_002_allow_none()
test_003_allow_project_manager()
test_004_allow_sys_and_net()
class nova.tests.test_access.FakeApiRequest(action)

Bases: object

class nova.tests.test_access.FakeControllerClass

Bases: object