The openstack_dashboard.dashboards.admin.groups.tests ModuleΒΆ

class openstack_dashboard.dashboards.admin.groups.tests.GroupsViewTests(methodName='runTest')[source]

Bases: openstack_dashboard.test.helpers.BaseAdminViewTests

GroupsViewTests.test_add_user()[source]
GroupsViewTests.test_create()[source]
GroupsViewTests.test_create_with_domain()[source]
GroupsViewTests.test_delete_group()[source]
GroupsViewTests.test_index()[source]
GroupsViewTests.test_index_with_domain()[source]
GroupsViewTests.test_index_with_keystone_can_edit_group_false()[source]
GroupsViewTests.test_manage()[source]
GroupsViewTests.test_remove_user()[source]
GroupsViewTests.test_update()[source]

Previous topic

The openstack_dashboard.dashboards.admin.groups.urls Module

Next topic

The openstack_dashboard.dashboards.admin.groups.panel Module

This Page