Comment 10 for bug 1224273

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

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

commit 8a5343c8c219b011d122d3d8951ad541358887be
Author: Lance Bragstad <email address hidden>
Date: Mon Dec 7 22:21:36 2015 +0000

    Add checks for domain scoped data creep

    Previously, the assertValidDomainScopedTokenResponse method only ensured
    specific attributes were in the token response. These checks didn't ensure
    that the token scope never grew.

    This change makes it so that the assertion will fail if extra attributes are
    added to the token response. This should help us be more aware of changes that
    have token response data creep by building the check into the tests.

    Change-Id: I43c86837f465f813da0985033a5af9d15d76eddc
    Partial-Bug: 1224273