summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* Moved tests to keystone folder and removed old management tools - issue #26Ziad Sawalha2011-06-1128-10492/+0
|
* Merge remote branch 'rackspace/master'Yogeshwar Srikrishnan2011-06-091-22/+128
|\
| * Add success test for GET /v2.0/tokens/<TOKEN_ID> in json and xmlJay Pipes2011-06-051-9/+70
| |
| * Add Admin API tests for v2 authenticationJay Pipes2011-06-051-17/+26
| |
| * Add test verifying a missing tenantId key in the password creds works ↵Jay Pipes2011-06-051-0/+36
| | | | | | | | properly in JSON
* | PEP8 changes.Yogeshwar Srikrishnan2011-06-091-8/+7
| |
* | Changing to legacy auth to standard wsgi middleware.Yogeshwar Srikrishnan2011-06-081-1/+1
| |
* | Removing debug printYogeshwar Srikrishnan2011-06-031-1/+0
| |
* | Changes to return service urls for Auth1.0 style calls.Yogeshwar Srikrishnan2011-06-031-0/+8
| |
* | Updating tests and sample data.Yogeshwar Srikrishnan2011-06-031-0/+3
| |
* | Merging changes from rackspace.Yogeshwar Srikrishnan2011-06-032-17/+292
|\|
| * Merge pull request #15 from yogirackspace/masterZiad Sawalha2011-06-023-9/+59
| |\ | | | | | | Code change to support get tenants and to return roles as a part of validate token call.
| * | Add more test cases for v2 authentication for bad requests and unauthorized ↵Jay Pipes2011-06-022-3/+267
| | | | | | | | | | | | results
| * | Add test case for verifying GET /v2.0/tokens returns 404 Not FoundJay Pipes2011-06-022-15/+26
| | |
| * | Merge pull request #9 from jaypipes/unittestZiad Sawalha2011-06-015-0/+413
| |\ \ | | | | | | | | Adds unit testing base class that takes care of
| | * | Adds unit testing base class that takes care ofJay Pipes2011-06-015-0/+413
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | much of the tedium around setting up test fixtures. This first commit just demoes the new test case functionality with a new test case /test/unit/test_authn_v2.py. If y'all like it, I can convert the existing unit tests to this approach. To run, simply run: nosetests -v test.unit.test_authn_v2
* | | | Changes to support service catalog.Yogeshwar Srikrishnan2011-06-031-0/+20
| |_|/ |/| |
* | | Changes to support getTenants call for user with admin privelage and regular ↵Yogeshwar Srikrishnan2011-06-021-6/+6
| | | | | | | | | | | | user.
* | | Merging changesYogeshwar Srikrishnan2011-06-011-0/+0
| | |
* | | Merging changesYogeshwar Srikrishnan2011-06-014-0/+413
| | |
* | | Changes to also return role references as a part of user when get token call ↵Yogeshwar Srikrishnan2011-06-012-3/+53
|/ / | | | | | | is made for a specific tenant.
* | Additional unit tests for base url refs.Minor code refactorings.Yogeshwar Srikrishnan2011-05-312-8/+457
| |
* | Merge remote branch 'rackspace/master'Yogeshwar Srikrishnan2011-05-318-72/+1064
|\ \
| * | Merged DTest tests and moved ini file to examples/pasteZiad Sawalha2011-05-282-72/+5
| | |
| * | Just making sure leading whitespace is stripped if automated.Kevin L. Mitchell2011-05-271-1/+1
| | |
| * | to->tooKevin L. Mitchell2011-05-271-1/+1
| | |
| * | Merge branch 'master' of git://github.com/rackspace/keystoneKevin L. Mitchell2011-05-279-152/+636
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: bin/sampledata.sh docs/guide/src/docbkx/identitydevguide.xml keystone/db/sqlalchemy/api.py keystone/db/sqlalchemy/models.py keystone/logic/service.py keystone/server.py test/unit/test_common.py test/unit/test_roles.py
| * | | Add a sample to document how to create tests.Kevin L. Mitchell2011-05-271-0/+85
| | | |
| * | | Add a test for authenticate/revoke_tokenKevin L. Mitchell2011-05-271-0/+51
| | | |
| * | | Ensure that --username, --password, and --keystone are givenKevin L. Mitchell2011-05-271-0/+9
| | | |
| * | | Build base classes for testsKevin L. Mitchell2011-05-271-0/+59
| | | |
| * | | Build the skeleton necessary to run testsKevin L. Mitchell2011-05-272-0/+68
| | | |
| * | | Add x_auth_token header to most methodsKevin L. Mitchell2011-05-271-22/+57
| | | |
| * | | Make sure we don't lose the body completely if we can't json.load() itKevin L. Mitchell2011-05-271-2/+3
| | | |
| * | | Add debugging messagesKevin L. Mitchell2011-05-271-5/+46
| | | |
| * | | Add a property to get the RESTClient instance.Kevin L. Mitchell2011-05-271-0/+6
| | | | | | | | | | | | | | | | | | | | This has to be done such that rc can be overridden, but the RESTClient instance is still retrievable for the RESTMethod instances.
| * | | Fix up get()/put()/post()/delete() calls to make_req()Kevin L. Mitchell2011-05-271-4/+6
| | | |
| * | | Deal with the case that no headers are providedKevin L. Mitchell2011-05-271-0/+2
| | | |
| * | | Deal more intelligently with empty stringsKevin L. Mitchell2011-05-271-1/+1
| | | |
| * | | Um, queries are supposed to be optional, all others requiredKevin L. Mitchell2011-05-271-2/+2
| | | |
| * | | Properly join relative pathsKevin L. Mitchell2011-05-271-3/+6
| | | |
| * | | Apparently "/token" is actually spelled "/tokens"Kevin L. Mitchell2011-05-271-3/+3
| | | |
| * | | Accidentally left out the reqwrapper argumentKevin L. Mitchell2011-05-271-2/+3
| | | |
| * | | Sketch in a basis for the Keystone API 2.0Kevin L. Mitchell2011-05-271-0/+110
| | | |
| * | | Make argument order a little more naturalKevin L. Mitchell2011-05-271-1/+1
| | | |
| * | | Don't let self._path be the empty stringKevin L. Mitchell2011-05-261-1/+1
| | | |
| * | | self._scheme isn't set yetKevin L. Mitchell2011-05-261-2/+2
| | | |
| * | | Don't add a field if there isn't one...Kevin L. Mitchell2011-05-261-1/+2
| | | |
| * | | Create a simple means of building a REST-based API.Kevin L. Mitchell2011-05-261-0/+585
| | | |
| * | | Changes to support /tokens on docbook and minor roleref changesYogeshwar Srikrishnan2011-05-261-3/+3
| | | |