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

class openstack_dashboard.dashboards.admin.users.tests.SeleniumTests(methodName='runTest')[source]

Bases: openstack_dashboard.test.helpers.SeleniumAdminTestCase

SeleniumTests.test_modal_create_user_with_passwords_not_matching()[source]
SeleniumTests.test_update_user_with_passwords_not_matching()[source]
class openstack_dashboard.dashboards.admin.users.tests.UsersViewTests(methodName='runTest')[source]

Bases: openstack_dashboard.test.helpers.BaseAdminViewTests

UsersViewTests.test_create()[source]
UsersViewTests.test_create_validation_for_password_too_long()[source]
UsersViewTests.test_create_validation_for_password_too_short()[source]
UsersViewTests.test_create_with_domain()[source]
UsersViewTests.test_create_with_password_mismatch()[source]
UsersViewTests.test_delete_user_with_improper_permissions()[source]
UsersViewTests.test_disable_user()[source]
UsersViewTests.test_disabling_current_user()[source]
UsersViewTests.test_enable_disable_user_exception()[source]
UsersViewTests.test_enable_user()[source]
UsersViewTests.test_index()[source]
UsersViewTests.test_index_with_domain()[source]
UsersViewTests.test_update()[source]
UsersViewTests.test_update_validation_for_password_too_long()[source]
UsersViewTests.test_update_validation_for_password_too_short()[source]
UsersViewTests.test_update_with_keystone_can_edit_user_false()[source]

Previous topic

The openstack_dashboard.dashboards.admin.users.views Module

Next topic

The openstack_dashboard.dashboards.admin.users Module

This Page