Comment 24 for bug 1561054

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to keystone (master)

Reviewed: https://review.openstack.org/343932
Committed: https://git.openstack.org/cgit/openstack/keystone/commit/?id=e8cd48fa48a7ab8678b440b25549bb3decd198cf
Submitter: Jenkins
Branch: master

commit e8cd48fa48a7ab8678b440b25549bb3decd198cf
Author: Lance Bragstad <email address hidden>
Date: Mon Jul 18 21:22:49 2016 +0000

    Don't run TokenCacheInvalidation with Fernet

    Since the TokenCacheInvalidation tests are specific to token formats that
    require persistent storage, it doesn't make sense to run them with Fernet
    configured. This commit updated the classes the inherit TokenCacheInvalidation
    to test all token formats except the Fernet format.

    This fix was originally a part of https://review.openstack.org/#/c/258650 but
    this is an attempt to break 258650 into smaller, more reviewable, pieces.

    Co-Authored-By: Raildo Mascena <email address hidden>
    Co-Authored-By: Adam Young <email address hidden>

    Change-Id: Iaaf0f29fa1d55b0028729b69704167957a6c5f8c
    Partial-Bug: 1561054