Bases: object
Get a group for the test.
Similar to create_user(), subclasses can override this to provide their own way to provide a group for the test.
Get a user for the test.
Subclasses can override this to provide their own way to provide a user for the test. By default, driver.create_user is used. For drivers that don’t support create_user, this may go directly to the backend, or maybe it gets a user from a set of pre-created users.
Bases: keystone.tests.unit.core.BaseTestCase, keystone.tests.unit.identity.backends.test_base.IdentityDriverV8Tests
Bases: keystone.tests.unit.core.BaseTestCase
These test cases call functions in keystone.common.ldap.
Bases: keystone.tests.unit.core.BaseTestCase
Test for the DN comparison functions in keystone.common.ldap.core.
Bases: keystone.tests.unit.core.TestCase
These test cases test LDAP filter generation.
Bases: keystone.tests.unit.core.TestCase
Test the paged results functionality in keystone.common.ldap.core.
Bases: keystone.tests.unit.core.TestCase
Test for setting multiple LDAP URLs.
Bases: keystone.tests.unit.core.TestCase
Test for the SSL/TLS functionality in keystone.common.ldap.core.
Bases: keystone.tests.unit.identity.backends.test_sql.TestIdentityDriver
alias of MySQLOpportunisticFixture
Bases: keystone.tests.unit.identity.backends.test_sql.TestIdentityDriver
alias of PostgreSQLOpportunisticFixture
Bases: oslo_db.sqlalchemy.test_base.DbTestCase, keystone.tests.unit.identity.backends.test_base.IdentityDriverV8Tests