summaryrefslogtreecommitdiff
path: root/keystone/tests/unit/test_revoke.py
Commit message (Expand)AuthorAgeFilesLines
* Switch from mock to unittest.mock useSean McGinnis2020-03-021-1/+1
* Remove unused revoke_by_user_and_projectVishakha Agarwal2018-09-141-31/+0
* Cleanup keystone.token.providers.commonLance Bragstad2018-07-131-6/+6
* Remove the sql token driver and uuid token providerLance Bragstad2018-02-121-9/+0
* Refactor self.*_api out of testsLance Bragstad2018-02-031-52/+65
* Remove unused code in test_revokeRichard Avelar2017-04-061-152/+0
* Merge "Move and refactor test_revoke_by_audit_chain_id"Jenkins2017-04-061-20/+20
|\
| * Move and refactor test_revoke_by_audit_chain_idRichard Avelar2017-04-041-20/+20
* | Merge "Move and refactor project_and_user_and_role"Jenkins2017-04-061-12/+31
|\ \ | |/
| * Move and refactor project_and_user_and_roleRichard Avelar2017-04-031-12/+31
* | Merge "Move and refactor test_by_domain_domain"Jenkins2017-04-061-22/+20
|\ \ | |/
| * Move and refactor test_by_domain_domainRichard Avelar2017-04-031-22/+20
* | Merge "Remove unused method _sample_data in test_revoke"Jenkins2017-04-051-37/+0
|\ \ | |/ |/|
| * Remove unused method _sample_data in test_revokeRichard Avelar2017-04-031-37/+0
* | Move and refactor test_by_domain_projectRichard Avelar2017-04-031-20/+22
* | Move and refactor test_by_domain_userRichard Avelar2017-04-031-14/+20
* | Refactor test_revoke to call check_token directlyRichard Avelar2017-04-031-60/+25
|/
* Remove unused revoke_by_domain_role_assignmentRichard Avelar2017-03-241-13/+0
* Remove unused revoke_by_project_role_assignmentRichard Avelar2017-03-241-10/+0
* Remove unnecessary revocation events revoke grantRichard Avelar2017-03-241-70/+0
* Fix the typochenaidong12017-03-091-1/+1
* Modify the spelling mistakeswanghongtaozz2017-02-021-1/+1
* Don't invalidate all user tokens of roleless group“Richard2016-11-291-0/+49
* Remove unused statements in matchesRichard Avelar2016-11-211-155/+151
* Fix test_revoke to run all tests after pki removalRichard Avelar2016-11-021-0/+31
* Remove support for PKI and PKIz tokensSteve Martinelli2016-11-011-10/+0
* Remove new_id() in test_revokeRichard Avelar2016-10-201-26/+26
* Remove backend dependencies from token providerRonald De Rose2016-10-171-9/+9
* Improve check_token validation performance“Richard2016-10-131-0/+209
* Merge "Replace revoke tree with linear search"Jenkins2016-05-251-83/+46
|\
| * Replace revoke tree with linear searchAdam Young2016-05-241-83/+46
* | remove deprecated revoke_by_expiration functionSteve Martinelli2016-05-221-82/+9
|/
* Use requst local in-process cache per requestMorgan Fainberg2016-02-241-24/+25
* Removed deprecated revoke KVS backendDavid Stanek2016-01-251-15/+0
* Add return valueFelix Li2016-01-041-1/+1
* Fix some inconsistency in docstringsIrina2015-12-231-3/+3
* Move revoke extension into coreSteve Martinelli2015-11-181-1/+1
* Pass kwargs when using revoke_api.list_events()Lance Bragstad2015-11-101-2/+3
* Fix D202: No blank lines after function docstring (PEP257)Dolph Mathews2015-10-281-1/+0
* Change tests to use common name for keystone.tests.unitBrant Knudson2015-09-041-3/+3
* Remove unused setUp for RevokeTestsBrant Knudson2015-06-291-5/+0
* Switch from deprecated isotimeBrant Knudson2015-06-031-3/+4
* Merge "Handles Python3 builtin changes"Jenkins2015-05-111-0/+1
|\
| * Handles Python3 builtin changesDavid Stanek2015-05-081-0/+1
* | Use short names for driversBrant Knudson2015-05-101-8/+4
|/
* Merge "Stops injecting revoke_api into TestCase"Jenkins2015-04-181-0/+6
|\
| * Stops injecting revoke_api into TestCaseDavid Stanek2015-04-151-0/+6
* | Rename get_events to list_events on the Revoke APISamuel de Medeiros Queiroz2015-03-091-6/+6
|/
* Always load revocation managerSteve Martinelli2015-03-031-7/+0
* Move existing tests to unitBrant Knudson2015-02-131-0/+644