summaryrefslogtreecommitdiff
path: root/keystoneclient/tests
Commit message (Expand)AuthorAgeFilesLines
* Merge "Revert "Support `truncated` flag returned by keystone""2.1.2Jenkins2016-01-141-34/+7
|\
| * Revert "Support `truncated` flag returned by keystone"2.1.1Brant Knudson2016-01-131-34/+7
* | Revert "Change default endpoint for Keystone v3 to public"Brant Knudson2016-01-133-14/+3
* | Merge "Support `truncated` flag returned by keystone"Jenkins2016-01-071-7/+34
|\ \ | |/
| * Support `truncated` flag returned by keystoneBoris Bobrov2015-12-281-7/+34
* | Merge "Fix Resource.__eq__ mismatch semantics of object equal"Jenkins2016-01-061-1/+6
|\ \
| * | Fix Resource.__eq__ mismatch semantics of object equalRui Chen2015-12-161-1/+6
* | | Merge "Change default endpoint for Keystone v3 to public"Jenkins2016-01-063-3/+14
|\ \ \
| * | | Change default endpoint for Keystone v3 to publicRoxana Gherle2015-12-233-3/+14
* | | | Merge "Implements base classes for functional tests"Jenkins2016-01-064-0/+87
|\ \ \ \ | |_|_|/ |/| | |
| * | | Implements base classes for functional testsSamuel de Medeiros Queiroz2016-01-044-0/+87
* | | | Make tests run against original client and sessionsJamie Lennox2015-12-187-28/+244
* | | | Seperate Client base test classJamie Lennox2015-12-1832-67/+66
| |_|/ |/| |
* | | Merge "move hacking to tests folder"Jenkins2015-12-163-1/+38
|\ \ \
| * | | move hacking to tests folderSteve Martinelli2015-12-153-1/+38
* | | | Add include_subtree to role_list_assignments calldaniel-a-nguyen2015-12-151-0/+16
|/ / /
* | | remove the default arguments "{}"Javeme2015-12-141-1/+3
* | | Remove keystoneclient.middlewareVictor Stinner2015-12-113-2314/+0
|/ /
* | Remove hardcoded endpoint filter for update passwordHaneef Ali2015-11-301-0/+22
|/
* remove unnecessary FakeLog class in test codeZhiQiang Fan2015-11-262-26/+6
* Merge "Removes py26 support"Jenkins2015-11-262-11/+4
|\
| * Removes py26 supportDavid Stanek2015-11-252-11/+4
* | Merge "Silence most of the deprecation spam"Jenkins2015-11-263-0/+17
|\ \ | |/ |/|
| * Silence most of the deprecation spamMonty Taylor2015-11-083-0/+17
* | Swap the order of username deprecationMonty Taylor2015-11-191-1/+1
|/
* Pull the endpoint from the SessionMonty Taylor2015-11-081-1/+1
* Replace repeated assertion with the lossZhengYue2015-10-111-1/+1
* pass on @abc.abstractmethodsDolph Mathews2015-10-211-0/+2
* Redirect on 303 in SAML pluginJamie Lennox2015-10-021-1/+26
* HTTPClient/region_name deprecation test updatesCorey Bryant2015-09-2510-142/+226
* Merge "Avoid message concatenation in error path"Jenkins2015-09-161-6/+48
|\
| * Avoid message concatenation in error pathDirk Mueller2015-09-091-6/+48
* | Use region_id filter for List Endpointslin-hua-cheng2015-09-091-0/+13
|/
* Merge "Fixes missing socket attribute error during init_poolmanager"Jenkins2015-09-081-0/+37
|\
| * Fixes missing socket attribute error during init_poolmanagerClaudiu Belu2015-08-261-0/+37
* | Merge "Deprecate create Discover without session"1.7.0Jenkins2015-09-031-12/+34
|\ \
| * | Deprecate create Discover without sessionBrant Knudson2015-09-021-12/+34
* | | Merge "Mask passwords when logging the HTTP response"Jenkins2015-09-031-0/+29
|\ \ \
| * | | Mask passwords when logging the HTTP responseMatt Riedemann2015-08-311-0/+29
* | | | Update path to subunit2html in post_test_hookMatt Riedemann2015-09-021-1/+1
| |/ / |/| |
* | | Deprecate create HTTPClient without sessionBrant Knudson2015-08-294-28/+60
|/ /
* | Proper deprecation for UserManager project argumentBrant Knudson2015-08-131-0/+7
|/
* Proper deprecation for CredentialManager data argumentBrant Knudson2015-08-131-0/+1
* Deprecate create v3 Client without sessionBrant Knudson2015-08-131-3/+6
* Deprecate create v2_0 Client without sessionBrant Knudson2015-08-133-39/+57
* Proper deprecation for Session.get_token()Brant Knudson2015-08-136-12/+23
* Deprecate use of cert and keyBrant Knudson2015-08-131-3/+3
* Proper deprecation for Session.construct()Brant Knudson2015-08-131-1/+2
* Deprecate ServiceCatalog(region_name)Brant Knudson2015-08-133-5/+14
* Merge "Stop using .keys() on dicts where not needed"Jenkins2015-08-132-3/+3
|\