Commit Graph

4 Commits

Author SHA1 Message Date
Morgan Fainberg 7e1b536259 Stop supporting revocation list
With keystone's move to eliminating pki, pkiz, and uuid tokens the
revocation list is no longer generated. Keystonemiddleware no longer
needs to attempt to retrieve it and reference it.

Change-Id: Ief3bf1941e62f9136dbed11877bca81c4102041b
closes-bug: #1361743
partial-bug: #1649735
partial-bug: #1736985
2018-10-30 19:36:51 +00:00
Brant Knudson 96ab58e686 auth_token verify revocation by audit_id
If the revocation list includes audit_ids, then when doing offline
validation also validate the token isn't revoked by audit_id.

Closes-Bug: 1490804
Change-Id: I483bc57bd38eb81a0905bcaf94e4ea82604919d6
2015-12-17 10:55:58 -06:00
Brant Knudson c9038c7d99 Common base class for unit tests
A common base class is defined to provide a place to put fixtures
that affect all tests. For example, we could add a fixture that
ensures that no deprecated function was used.

Change-Id: I93aa45fa8284d8cdd8b0f71f137a261610e31988
2015-06-07 10:37:27 -05:00
Brant Knudson fec6f622f6 Move unit tests into tests.unit
keystonemiddleware should get functional testing eventually like
the other keystone repos, so move the existing (unit) tests to
keystonemiddelware.tests.unit.

Change-Id: I7d5b1120fc5dc225fdd037b592a7914bde3f1ac2
2015-03-11 17:03:54 -05:00