summaryrefslogtreecommitdiffstats
path: root/tests/test_content_types.py
Commit message (Expand)AuthorAgeFilesLines
* Scipped tests don't render as ERROR'sVictor Sergeyev2013-07-261-2/+1
* Register ExtensionsAdam Young2013-07-121-21/+27
* Rationalize how we get roles after authentication in the controllersHenry Nash2013-07-101-6/+4
* Isolate eventlet code into environment.Jamie Lennox2013-06-181-1/+2
* Http 400 when project enabled is not a booleanWu Wenxiang2013-06-161-0/+39
* Add checks to test if enabled is boolgalstrom212013-06-121-1/+1
* Maintain tokens after role assignments (bug 1170186)Dolph Mathews2013-06-031-12/+24
* Merge "Move auth_token middleware from admin user to an RBAC policy"Jenkins2013-05-301-2/+16
|\
| * Move auth_token middleware from admin user to an RBAC policyJoe Gordon2013-05-161-2/+16
* | Cleanup docstrings (flake8 H401, H402, H403, H404)Dolph Mathews2013-05-241-6/+2
* | Use webtest for v2 and v3 API testing.Jamie Lennox2013-05-221-135/+116
* | Add assertNotEmpty to tests and use it.Jamie Lennox2013-05-211-22/+22
* | Http 400 when user enabled is not a booleanBruno Semperlotti2013-05-161-0/+102
* | Fix pyflakes and pep8 in prep for flake8.Monty Taylor2013-05-131-2/+2
|/
* Set empty element to ""gengjh2013-04-131-0/+50
* Fix test coverage for v2 scoped auth xml response (bug 1160504)Dolph Mathews2013-03-271-9/+27
* xml_body returns backtrace on XMLSyntaxErrorDavid Höppner2013-03-141-0/+18
* Revert "from tests import"Adam Young2013-03-111-1/+1
* from tests importAdam Young2013-03-081-1/+1
* return 201 Created on POST request (bug1131119)Gordon Chung2013-03-071-2/+0
* TrustsAdam Young2013-03-051-1/+1
* bug 1131840: fix auth and token data for XML translationGuang Yee2013-02-261-10/+13
* v3 token APIGuang Yee2013-02-201-4/+6
* add missing kvs functionality (bug1119770)Gordon Chung2013-02-141-1/+1
* Fix spelling mistakesJoe Gordon2013-02-121-2/+2
* return 400 Bad Request if invalid params supplied (bug1061738)Gordon Chung2013-02-071-0/+21
* Test for content-type appropriate 404 (bug 1089987)Dolph Mathews2012-12-141-0/+12
* Ensure serviceCatalog is list when empty, not dictBrian Waldon2012-12-061-2/+17
* HACKING compliance: consistent use of 'except'Dolph Mathews2012-11-051-4/+0
* Adding handling for get user/tenant by namegalstrom212012-10-231-0/+18
* Implement token endpoint list (bug 1006777)Dolph Mathews2012-09-061-5/+19
* Removed/fixed unused variable referencesDolph Mathews2012-08-301-1/+1
* Fix auth_token middleware to fetch revocation list as admin.Adam Young2012-08-231-2/+25
* Fixing pep8 errors in tests/*pyDerek Higgins2012-07-091-21/+37
* Keystone should use openstack.common.jsonutilsZhongyue Luo2012-06-281-4/+4
* Pass serviceCatalog in auth_token middlewareAnthony Young2012-06-191-0/+7
* Require authz for user role list (bug 1006815)Dolph Mathews2012-06-031-0/+11
* Require authz for service CRUD (bug 1006822)Dolph Mathews2012-06-031-0/+33
* Spring cleaning, fix PEP8 violations.Chmouel Boudjnah2012-03-201-3/+3
* Changing belongsTo validation back to IDMichael Basnight2012-03-201-1/+1
* Added license header (bug 929663)Dolph Mathews2012-03-091-0/+14
* rename belongs_to to belongsTo as per the API spec.Michael Basnight2012-03-081-1/+1
* fixes lp#949648 change belongsTo validate to nameMichael Basnight2012-03-071-1/+1
* fixes bug lp#948439 belongs_to and serviceCatalog behaviorMichael Basnight2012-03-071-3/+19
* GET /v2.0 (bug 930321)Dolph Mathews2012-02-281-35/+49
* Add Vary header (bug 928057)Dolph Mathews2012-02-271-1/+8
* Merge "Add HEAD /tokens/{token_id} (bug 933587)"Jenkins2012-02-271-3/+2
|\
| * Add HEAD /tokens/{token_id} (bug 933587)Dolph Mathews2012-02-271-3/+2
* | Implements extension discovery (bug 928054)Dolph Mathews2012-02-271-4/+77
|/
* XML de/serialization (bug 928058)Dolph Mathews2012-02-271-0/+578