keystone.tests.unit.trust package

Submodules

keystone.tests.unit.trust.test_backends module

class keystone.tests.unit.trust.test_backends.TrustTests[source]

Bases: object

create_sample_trust(new_id, remaining_uses=None)[source]
test_consume_use()[source]
test_create_trust()[source]
test_delete_trust()[source]
test_delete_trust_not_found()[source]
test_duplicate_trusts_not_allowed()[source]
test_flush_expired_trusts()[source]
test_flush_expired_trusts_with_all_id()[source]
test_flush_expired_trusts_with_date()[source]
test_flush_expired_trusts_with_no_project_id()[source]
test_flush_expired_trusts_with_no_trustee_id()[source]
test_flush_expired_trusts_with_no_trustor_id()[source]
test_flush_expired_trusts_with_project_id()[source]
test_flush_expired_trusts_with_trustee_id()[source]
test_flush_expired_trusts_with_trustor_id()[source]
test_get_deleted_trust()[source]
test_get_trust()[source]
test_list_trust_by_trustee()[source]
test_list_trust_by_trustor()[source]
test_list_trusts()[source]
test_non_expired_non_deleted_trusts()[source]
test_non_expired_soft_deleted_trusts()[source]
test_trust_has_remaining_uses_negative()[source]
test_trust_has_remaining_uses_positive()[source]

Module contents