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: 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