summaryrefslogtreecommitdiff
path: root/keystone/tests/unit/assignment/test_backends.py
Commit message (Expand)AuthorAgeFilesLines
* Delete system role assignments from system_assignment tableVishakha Agarwal2020-10-301-0/+19
* Switch from mock to unittest.mock useSean McGinnis2020-03-021-1/+1
* Remove six usageVishakha Agarwal2020-01-301-1/+0
* Correcting tests with project_idVishakha Agarwal2019-02-131-60/+60
* Replace 'tenant_id' with 'project_id'Vishakha Agarwal2019-02-041-5/+5
* Add caching on trust role validation to improve performanceJose Castro Leon2018-10-191-0/+26
* Refactor self.*_api out of testsLance Bragstad2018-02-031-814/+1038
* Implement controller logic for system group assignmentsLance Bragstad2018-01-121-4/+3
* Implement controller logic for system user assignmentsLance Bragstad2018-01-101-4/+3
* Implement manager logic for group+system rolesLance Bragstad2017-12-201-0/+139
* Implement manager logic for user+system rolesLance Bragstad2017-12-201-0/+129
* Remove member role assignmentwangxiyuan2017-11-271-82/+5
* Handle group NotFound in effective assignment listprashkre2017-05-261-6/+55
* Merge "Handle NotFound when listing role assignments for deleted users"Jenkins2017-05-161-0/+46
|\
| * Handle NotFound when listing role assignments for deleted usersKristi Nikolla2017-05-161-0/+46
* | Trivial Fix: fix typo in test commentsjolie2017-04-211-3/+3
|/
* Remove unnecessary processing when deleting grant.Anthony Washington2017-04-051-8/+4
* Removing group role assignments results in overly broad revocation eventsprashkre2017-03-021-2/+20
* Fix multiple uuid warnings with pycadfGage Hugo2017-02-081-78/+102
* Domain included for role in list_role_assignmentSamuel Pilla2016-12-061-2/+21
* Remove CONF.os_inherit.enabledKen'ichi Ohmichi2016-12-051-120/+2
* Fix some typos in commentsPierre-André MOREY2016-08-261-1/+1
* Replace keystone.common.config with keystone.conf packageDolph Mathews2016-06-241-2/+2
* Fix D400 PEP257Navid Pustchi2016-04-211-4/+4
* Fix D401 PEP8 violation.Navid Pustchi2016-04-141-1/+1
* Remove foreign assignments when deleting a domainwanghong2016-03-091-0/+45
* Cleanup from from split of token backend testsSamuel de Medeiros Queiroz2016-03-041-4/+2
* Split assignment backend testsSamuel de Medeiros Queiroz2016-03-041-0/+3712