The openstack_dashboard.test.api_tests.keystone_tests ModuleΒΆ

class openstack_dashboard.test.api_tests.keystone_tests.ClientConnectionTests(methodName='runTest')[source]

Bases: openstack_dashboard.test.helpers.TestCase

ClientConnectionTests.setUp()[source]
class openstack_dashboard.test.api_tests.keystone_tests.FakeConnection[source]

Bases: object

class openstack_dashboard.test.api_tests.keystone_tests.RoleAPITests(methodName='runTest')[source]

Bases: openstack_dashboard.test.helpers.APITestCase

RoleAPITests.setUp()[source]
RoleAPITests.test_get_default_role()[source]
RoleAPITests.test_remove_tenant_user()[source]

Tests api.keystone.remove_tenant_user

Verifies that remove_tenant_user is called with the right arguments after iterating the user’s roles.

There are no assertions in this test because the checking is handled by mox in the VerifyAll() call in tearDown().

class openstack_dashboard.test.api_tests.keystone_tests.ServiceAPITests(methodName='runTest')[source]

Bases: openstack_dashboard.test.helpers.APITestCase

ServiceAPITests.test_service_wrapper()[source]
ServiceAPITests.test_service_wrapper_service_in_region()[source]

Previous topic

The openstack_dashboard.test.api_tests.neutron_tests Module

Next topic

The openstack_dashboard.test.api_tests.cinder_tests Module

This Page