keystone.tests.unit.identity.test_core module
Unit tests for core identity behavior.
-
class keystone.tests.unit.identity.test_core.TestDatabaseDomainConfigs(*args, **kwargs)[source]
Bases: keystone.tests.unit.core.TestCase
-
setUp()[source]
-
test_domain_config_in_database_disabled_by_default()[source]
-
test_loading_config_from_database()[source]
-
class keystone.tests.unit.identity.test_core.TestDomainConfigs(*args, **kwargs)[source]
Bases: keystone.tests.unit.core.BaseTestCase
-
setUp()[source]
-
test_config_for_dot_name_domain()[source]
-
test_config_for_multiple_sql_backend()[source]
-
test_config_for_nonexistent_domain()[source]
Having a config for a non-existent domain will be ignored.
There are no assertions in this test because there are no side
effects. If there is a config file for a domain that does not
exist it should be ignored.
-
class keystone.tests.unit.identity.test_core.TestShadowUsers(*args, **kwargs)[source]
Bases: keystone.tests.unit.core.TestCase
-
setUp()[source]
-
test_shadow_existing_federated_user()[source]
-
test_shadow_federated_user()[source]