keystone.tests.unit.endpoint_policy.backends package

keystone.tests.unit.endpoint_policy.backends package

Submodules

keystone.tests.unit.endpoint_policy.backends.test_base module

class keystone.tests.unit.endpoint_policy.backends.test_base.DriverTestCase[source]

Bases: object

Test cases to validate the endpoint policy driver behavior.

create_association(**kwargs)[source]
driver
test_check_policy_association()[source]
test_create_policy_association()[source]
test_delete_association_by_endpoint()[source]
test_delete_association_by_policy()[source]
test_delete_association_by_region()[source]
test_delete_association_by_service()[source]
test_delete_policy_association()[source]
test_get_policy_association()[source]
test_list_associations_for_policy()[source]
test_recreate_policy_association()[source]

keystone.tests.unit.endpoint_policy.backends.test_sql module

class keystone.tests.unit.endpoint_policy.backends.test_sql.SQLDriverTestCase(*args, **kwargs)[source]

Bases: keystone.tests.unit.endpoint_policy.backends.test_base.DriverTestCase, keystone.tests.unit.core.TestCase

driver
setUp()[source]
class keystone.tests.unit.endpoint_policy.backends.test_sql.SQLModelTestCase(*args, **kwargs)[source]

Bases: keystone.tests.unit.backend.core_sql.BaseBackendSqlModels

Test cases to validate the table structure.

test_policy_association_model()[source]

Module contents

Creative Commons Attribution 3.0 License

Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.