Bases: keystone.tests.unit.core.BaseTestCase
Invalidate by manually clearing the region key’s value.
NOTE(dstanek): I normally don’t like tests that repeat application logic, but in this case we need to. There are too many ways that the tests above can erroneosly pass that we need this sanity check.
Bases: keystone.tests.unit.core.BaseTestCase
These test cases call functions in keystone.common.ldap.
Bases: keystone.tests.unit.core.BaseTestCase
Tests 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
Tests the paged results functionality in keystone.common.ldap.core.
Bases: keystone.tests.unit.core.TestCase
Tests for setting multiple LDAP URLs.
Bases: keystone.tests.unit.core.TestCase
Tests for the SSL/TLS functionality in keystone.common.ldap.core.
Bases: exceptions.Exception
Bases: keystone.tests.unit.common.test_notifications.NotificationsForEntities
Bases: keystone.tests.unit.test_v3.RestfulTestCase
Bases: keystone.tests.unit.common.test_notifications.BaseNotificationTest
Bases: keystone.tests.unit.core.BaseTestCase
Test that authenticate events are successfully opted out.
Test the private method _send_audit_notification with opt-out.
Test that _send_audit_notification does not notify when a valid notification_opt_out configuration is provided.
Bases: keystone.tests.unit.common.test_notifications.BaseNotificationTest
Bases: sqlalchemy.ext.declarative.api.Base, keystone.common.sql.core.ModelDictMixin
Bases: keystone.tests.unit.core.BaseTestCase