summaryrefslogtreecommitdiff
path: root/keystoneclient/tests/v3
Commit message (Expand)AuthorAgeFilesLines
* Add a method for changing a user's password in v3Zhenguo Niu2014-03-251-0/+52
* Revert "Add request/access token and consumer..."Joe Gordon2014-03-151-176/+0
* Revert "Authenticate via oauth"Joe Gordon2014-03-141-52/+0
* Authenticate via oauthSteve Martinelli2014-03-121-0/+52
* Add request/access token and consumer support for keystoneclientSteve Martinelli2014-03-121-0/+176
* Fix state modifying catalog testsJamie Lennox2014-03-101-9/+5
* Merge "Fix role_names call from V3 AccessInfo"Jenkins2014-02-231-32/+32
|\
| * Fix role_names call from V3 AccessInfoJamie Lennox2014-02-201-32/+32
* | Merge "Ensure domains.list filtered results are correct"Jenkins2014-02-231-0/+12
|\ \ | |/ |/|
| * Ensure domains.list filtered results are correctSteven Hardy2014-02-181-0/+12
* | Merge "Replace assertEqual(None, *) with assertIsNone in tests"Jenkins2014-02-201-1/+1
|\ \ | |/ |/|
| * Replace assertEqual(None, *) with assertIsNone in testszhang-jinnan2014-02-181-1/+1
* | Test query-string for list actions with filter argumentsSteven Hardy2014-02-182-5/+23
|/
* Merge "Remove vim header"Jenkins2014-02-1317-34/+0
|\
| * Remove vim headerEric Guo2014-02-0817-34/+0
* | Python3: httpretty.last_request().body is now bytesCyril Roelandt2014-02-081-1/+5
|/
* Merge "Return role names by AccessInfo.role_names"Jenkins2014-01-302-1/+55
|\
| * Return role names by AccessInfo.role_namesIlya Kharin2014-01-282-1/+55
* | Merge "Adjust import items according to hacking import rule"Jenkins2014-01-302-0/+2
|\ \
| * | Adjust import items according to hacking import ruleEric Guo2014-01-172-0/+2
| |/
* | Merge "Consistently support kwargs across all v3 CRUD Manager ops"Jenkins2014-01-281-4/+22
|\ \
| * | Consistently support kwargs across all v3 CRUD Manager opsDivyesh Khandeshi2014-01-221-4/+22
| |/
* | Fix E12x warnings found by Pep8 1.4.6Dirk Mueller2014-01-231-1/+1
* | Replace assertTrue with explicit assertIsInstanceZhiQiang Fan2014-01-174-14/+14
|/
* Merge "Fix incorrect assertTrue usage"Jenkins2014-01-164-6/+6
|\
| * Fix incorrect assertTrue usageSteven Hardy2014-01-134-6/+6
* | Make assertQueryStringIs usage simplerSteven Hardy2014-01-131-2/+2
|/
* Merge "v3 test utils, don't modify input parameter"Jenkins2014-01-071-1/+1
|\
| * v3 test utils, don't modify input parameterSteven Hardy2013-12-201-1/+1
* | Merge "Fix error in v3 credentials create/update"Jenkins2014-01-072-3/+27
|\ \ | |/
| * Fix error in v3 credentials create/updateSteven Hardy2013-12-202-3/+27
* | Merge "Correctly handle auth_url/token authentication"Jenkins2014-01-022-1/+67
|\ \
| * | Correctly handle auth_url/token authenticationJamie Lennox2013-12-202-1/+67
| |/
* | Fix missed management_url setter in v3 clientJamie Lennox2013-12-201-6/+15
* | Add service catalog to domain scoped token fixtureJamie Lennox2013-12-192-2/+83
|/
* Change assertEquals to assertIsNoneBrant Knudson2013-12-161-8/+8
* Properly handle Regions in keystoneclientJamie Lennox2013-12-042-0/+118
* Merge "Fix python3 incompatible use of urlparse"Jenkins2013-11-221-1/+1
|\
| * Fix python3 incompatible use of urlparseClint Byrum2013-11-141-1/+1
* | Update the management url for every fetched tokenJamie Lennox2013-11-201-0/+35
|/
* Replace OpenStack LLC with OpenStack Foundation0.4.1ZhiQiang Fan2013-10-173-3/+3
* Merge "assertEquals is deprecated, use assertEqual (H602)"Jenkins2013-10-114-72/+72
|\
| * assertEquals is deprecated, use assertEqual (H602)Dirk Mueller2013-10-084-72/+72
* | Fix H202 assertRaises ExceptionKui Shi2013-10-041-3/+5
|/
* Move tests in keystoneclientJamie Lennox2013-09-2418-0/+2338