summaryrefslogtreecommitdiff
path: root/keystoneclient/tests/unit/v3/test_federation.py
Commit message (Expand)AuthorAgeFilesLines
* Use exceptions from KeystoneauthJamie Lennox2016-08-241-1/+1
* Use fixtures from keystoneauthJamie Lennox2016-08-241-5/+4
* Use /v3/auth/projects and /v3/auth/domainsLance Bragstad2016-06-131-3/+3
* Handle EmptyCatalog exception in list federated projectsPaulo Ewerton2016-06-081-0/+103
* Merge "map fixtures to keystoneauth"Jenkins2016-05-231-1/+1
|\
| * map fixtures to keystoneauthSteve Martinelli2016-05-221-1/+1
* | Fix D400 PEP257 violation.Navid Pustchi2016-04-231-2/+2
|/
* Address hacking check H405lin-hua-cheng2016-01-131-4/+1
* Seperate Client base test classJamie Lennox2015-12-181-8/+8
* Prevent attempts to "filter" list() calls by globally unique IDsDolph Mathews2015-07-191-0/+10
* Use 'mapping_id' instead of 'mapping' in federation protocol testsDolph Mathews2015-05-111-5/+5
* Use 'id' instead of 'protocol_id' in federation protocol testsDolph Mathews2015-05-111-32/+38
* Merge "Rename requests mock object in testing"Jenkins2015-03-201-2/+2
|\
| * Rename requests mock object in testingJamie Lennox2015-03-181-2/+2
* | Clean arguments in test_federation.*.test_create()Marek Denis2015-03-181-16/+6
|/
* Federation Service Providers CRUD operationsSteve Martinelli2015-03-161-0/+70
* Move tests to the unit subdirectoryJamie Lennox2015-02-111-0/+409