keystone.tests.unit.identity.test_core module
Unit tests for core identity behavior.
-
class keystone.tests.unit.identity.test_core.TestDomainConfigs(*args, **kwargs)[source]
Bases: testtools.testcase.TestCase
-
setUp()[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.