summaryrefslogtreecommitdiffstats
path: root/test/unit
Commit message (Collapse)AuthorAgeFilesLines
* Moved tests to keystone folder and removed old management tools - issue #26Ziad Sawalha2011-06-1118-8062/+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-014-0/+413
| |\ \ | | | | | | | | Adds unit testing base class that takes care of
| | * | Adds unit testing base class that takes care ofJay Pipes2011-06-014-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-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-311-1/+1
|\ \
| * \ Merge branch 'master' of git://github.com/rackspace/keystoneKevin L. Mitchell2011-05-278-129/+613
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * | | Changes to support /tokens on docbook and minor roleref changesYogeshwar Srikrishnan2011-05-261-3/+3
| | | |
| * | | Changes to support roleref calls.Yogeshwar Srikrishnan2011-05-262-5/+175
| | | |
* | | | Changes to support baseurlrefs operations.Yogeshwar Srikrishnan2011-05-312-0/+126
| |/ / |/| |
* | | Fixing unit tests.Introduced support for global rolesYogeshwar Srikrishnan2011-05-265-78/+67
| | |
* | | Fixing unit tests for user and groups.Yogeshwar Srikrishnan2011-05-263-53/+43
| |/ |/|
* | API Spec updatesZiad Sawalha2011-05-261-4/+4
| |
* | Changes to support calls to getBaseUrls.Yogeshwar Srikrishnan2011-05-251-0/+136
| |
* | Adding more tests for roleref operations.Yogeshwar Srikrishnan2011-05-252-10/+379
| |
* | Changes to support /tokens on docbook and minor roleref changesYogeshwar Srikrishnan2011-05-251-3/+3
| |
* | Changes to support roleref calls.Yogeshwar Srikrishnan2011-05-252-5/+175
|/
* Changes to support /Roles calls.Removing create call from being exposed as ↵Yogeshwar Srikrishnan2011-05-231-36/+2
| | | | of now.
* Changes to support /Roles callsYogeshwar Srikrishnan2011-05-232-0/+228
|
* New model working with echo_client.pyZiad Sawalha2011-05-232-1/+16
|
* v1 compatibility and Service/Admin API splitZiad Sawalha2011-05-212-13/+33
|
* Merging HCL changes - pull 40Ziad Sawalha2011-05-209-1287/+1597
|\
| * Mae Pylintrc, reordered imports made pep8 of the filesSai Krishna2011-05-169-44/+181
| |
| * Merge branch 'master' of https://git.hcleai.com/keystoneSai Krishna2011-05-162-195/+93
| |\ | | | | | | | | | | | | Conflicts: test/unit/test_groups.py
| | * pylint fixessirish.bitra2011-05-162-195/+91
| | |
| * | Added as per HACKING FilesSai Krishna2011-05-164-22/+24
| |/
| * fixessirish.bitra2011-05-165-23/+70
| |
| * fixed test casesjabdul2011-05-163-50/+50
| |
| * Merged api,service,server,test_commonjabdul2011-05-164-21/+91
| |\
| | * Merge branch 'master' of https://git.hcleai.com/keystonesirish.bitra2011-05-161-1/+1
| | |\
| | | * Moved all Server functions to utils.pySai Krishna2011-05-161-1/+1
| | | |
| | * | multi token test cases and bug fixessirish.bitra2011-05-163-20/+90
| | |/
| * / Added test cases for add user to a tenanatjabdul2011-05-162-10/+281
| |/
| * fixed pylintsirish.bitra2011-05-137-252/+293
| |