keystone.tests.unit.identity.test_backend_sql.
ChangePasswordRequiredAfterFirstUse
(*args, **kwargs)[source]¶keystone.tests.unit.identity.test_backend_sql.
DisableInactiveUserTests
(*args, **kwargs)[source]¶keystone.tests.unit.identity.test_backend_sql.
MinimumPasswordAgeTests
(*args, **kwargs)[source]¶keystone.tests.unit.identity.test_backend_sql.
PasswordExpiresValidationTests
(*args, **kwargs)[source]¶keystone.tests.unit.identity.test_backend_sql.
PasswordHistoryValidationTests
(*args, **kwargs)[source]¶keystone.tests.unit.identity.test_backend_sql.
UserPasswordHashingTestsNoCompat
(*args, **kwargs)[source]¶keystone.tests.unit.identity.test_backend_sql.
UserPasswordHashingTestsWithCompat
(*args, **kwargs)[source]¶keystone.tests.unit.identity.test_backends.
FilterTests
[source]¶Bases: keystone.tests.unit.filtering.FilterTests
test_groups_for_user_exact_filtered
()[source]¶Test exact filters doesn’t break groups_for_user listing.
test_groups_for_user_inexact_filtered
()[source]¶Test use of filtering doesn’t break groups_for_user listing.
Some backends may use filtering to achieve the list of groups for a user, so test that it can combine a second filter.
Test Plan:
keystone.tests.unit.identity.test_backends.
LimitTests
[source]¶Bases: keystone.tests.unit.filtering.FilterTests
ENTITIES
= [‘user’, ‘group’, ‘project’]¶Unit tests for core identity behavior.
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.