summaryrefslogtreecommitdiffstats
path: root/tests/test_v3_identity.py
Commit message (Expand)AuthorAgeFilesLines
* Move 'tests' directory into 'keystone' packageSascha Peilicke2013-08-141-1557/+0
* Merge "Remove kwargs from manager calls where not needed."Jenkins2013-08-021-6/+6
|\
| * Remove kwargs from manager calls where not needed.Morgan Fainberg2013-08-011-6/+6
* | V3 API need to check mandatory field when creating resourcesxingzhou2013-08-011-0/+20
|/
* Return correct link for effective group roles in GET /role_assignmentsHenry Nash2013-07-171-11/+17
* Implement role assignment inheritance (OS-INHERIT extension)Henry Nash2013-07-171-57/+518
* Implement GET /role_assignment API callHenry Nash2013-07-031-0/+441
* Cleanup docstrings (flake8 H401, H402, H403, H404)Dolph Mathews2013-05-241-38/+38
* Remove unused variables (flake8 F841)Dolph Mathews2013-05-231-12/+6
* Use webtest for v2 and v3 API testing.Jamie Lennox2013-05-221-10/+10
* extracting credentialsAdam Young2013-05-171-58/+14
* Add rule for list_groups_for_user in policy.jsonLiang Chen2013-04-231-0/+37
* Validate domains unconditionally (bug 1130236)Dolph Mathews2013-03-191-16/+71
* Ensure delete domain removes all owned entitiesHenry Nash2013-03-181-4/+168
* Fixes bug 1151747: broken XML translation for resource collectionsGuang Yee2013-03-131-0/+30
* Revert "from tests import"Adam Young2013-03-111-1/+1
* from tests importAdam Young2013-03-081-1/+1
* Expand v3 trust test coverageDolph Mathews2013-03-051-139/+0
* Pass query filter attributes to policy engineHenry Nash2013-02-211-0/+16
* v3 token APIGuang Yee2013-02-201-51/+32
* Relational API linksDolph Mathews2013-02-071-119/+100
* Enable/disable domains (bug 1100145)Dolph Mathews2013-01-281-22/+32
* Keystone server support for user groupsHenry Nash2013-01-081-2/+197
* v3 IdentityDolph Mathews2012-11-201-0/+349