Comment 25 for bug 1561054

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

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

commit 241d33d7a6528144035a86032961dbda6376ebb0
Author: Lance Bragstad <email address hidden>
Date: Mon Jul 18 21:49:53 2016 +0000

    Run AuthWithToken against all token providers

    This makes AuthWithToken inherit directly from `object` and introduces other
    test classes with specific test setup for each format to inherit AuthWithToken.
    This will make the switch to Fernet as default provider easier.

    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: I87a12160e31b2467af01dc8e7b01cc59d5907675
    Partial-Bug: 1561054