summaryrefslogtreecommitdiff
path: root/openstackclient/tests/identity/v3
Commit message (Expand)AuthorAgeFilesLines
* Merge "Add support for domain specific roles"Jenkins2016-08-183-3/+336
|\
| * Add support for domain specific rolesHenry Nash2016-08-103-3/+336
* | Gate-unbreaking combo reviewDean Troyer2016-08-182-74/+9
|/
* Add unit tests for group commands in identity v3Huanxuan Ao2016-08-042-0/+429
* Refactor identity v3 unit tests with fake classHuanxuan Ao2016-08-025-609/+572
* Merge "Fix error for find_service() in identity"Jenkins2016-07-271-5/+29
|\
| * Fix error for find_service() in identitysunyajing2016-07-221-5/+29
* | Merge "Standardize import format"Jenkins2016-07-263-3/+0
|\ \
| * | Standardize import formatshizhihui2016-07-223-3/+0
| |/
* | Merge "Unit test of credential in identityv3"Jenkins2016-07-262-28/+367
|\ \
| * | Unit test of credential in identityv3Huanxuan Ao2016-07-232-28/+367
| |/
* | Add assignment list to v2 identity and deprecate alternate listingHenry Nash2016-07-221-0/+60
|/
* Support bulk deletion for delete commands in identityv3Huanxuan Ao2016-07-199-9/+9
* Make set/unset commands pass normally when nothing specified in identityv3Huanxuan Ao2016-07-145-7/+32
* Unskip tests caused by bug 1599333Steve Martinelli2016-07-073-11/+18
* Merge "Refactor unit tests for project and domain with fake classes in identi...Jenkins2016-07-063-298/+343
|\
| * Refactor unit tests for project and domain with fake classes in identityv3Huanxuan Ao2016-07-043-298/+343
* | skip failing tests due to bug 1599333 is fixedSteve Martinelli2016-07-053-0/+10
|/
* Use resource id when name given for identity showDavid Rosales2016-06-224-0/+62
* osc-lib: utilsDean Troyer2016-06-132-5/+5
* osc-lib: exceptionsDean Troyer2016-06-133-3/+6
* Moving authentication from keystoneclient to keystoneauthNavid Pustchi2016-06-093-23/+79
* Merge "keystone: fix catalog output when region is unset"Jenkins2016-05-251-2/+9
|\
| * keystone: fix catalog output when region is unsetJulien Danjou2016-05-251-2/+9
* | Merge "Search by user defined ID for service providers"Jenkins2016-05-251-0/+1
|\ \
| * | Search by user defined ID for service providersSteve Martinelli2016-05-241-0/+1
| |/
* | Search by user defined ID for identity providersSteve Martinelli2016-05-231-0/+1
|/
* Trivial: Reorder classes in identity v3 in alphabetical orderTang Chen2016-03-116-217/+217
* [Identity] Check return value is None in identity v3 unit testsTang Chen2016-03-089-30/+64
* Test take_action() instead of run() in unit testsTang Chen2016-03-058-78/+82
* Fixed a bunch of spacingBrandon Palm2016-02-236-57/+78
* Support unscoped token requestguang-yee2016-02-192-0/+27
* Merge "Return names in list role assignments"Jenkins2016-02-172-7/+118
|\
| * Return names in list role assignmentsTom Cocozzello2016-01-272-7/+118
* | Merge "Add "token revoke" for identity v3"Jenkins2016-02-172-0/+23
|\ \
| * | Add "token revoke" for identity v3lin-hua-cheng2016-02-092-0/+23
| |/
* | Identity: Fix DisplayCommandBase comments for cliff ShowOne subclass testsTang Chen2016-02-1010-43/+129
* | Identity: Fix DisplayCommandBase comments for cliff Lister subclass testsTang Chen2016-02-1015-42/+126
* | Identity: Fix DisplayCommandBase comments for cliff Command subclass testsTang Chen2016-02-102-15/+0
|/
* Merge "Changed the abstract columns and datalists from test cases of common a...Jenkins2016-01-1411-552/+403
|\
| * Changed the abstract columns and datalists from test cases of common and Iden...SaiKiran2016-01-1211-554/+405
* | Support non-interactive user password updateGuang Yee2016-01-111-0/+19
* | Replace assertEqual(*, None) with assertIsNone in testsEinst Crazy2016-01-071-2/+2
* | Enabling domain lookup for project set v3 commandJude Job2015-12-311-5/+0
|/
* Replace assertEqual(None, *) with assertIsNone in testsSaiKiran2015-12-171-2/+2
* Merge "better format remote IDs for identity providers"Jenkins2015-11-152-7/+8
|\
| * better format remote IDs for identity providersSteve Martinelli2015-11-122-7/+8
* | Add capability to update description of an IdPlin-hua-cheng2015-11-121-0/+48
|/
* Import the module not the classSean Perry2015-11-041-5/+5
* Merge "Mark arguments for 'credential' commands as required"Jenkins2015-11-042-0/+116
|\