identity Package

test_core Module

Unit tests for core identity behavior.

class keystone.tests.unit.identity.test_core.TestDomainConfigs(*args, **kwds)[source]

Bases: keystone.tests.core.BaseTestCase

setUp()[source]
test_config_for_dot_name_domain()[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.

Table Of Contents

Previous topic

common Package

Next topic

token Package

This Page