Comment 9 for bug 1520383

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

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

commit 10773b79ad7e9738ced9afe65071c60d92c8ca55
Author: David Stanek <email address hidden>
Date: Wed Feb 10 16:06:03 2016 +0000

    Moves policy setup into a fixture.

    The original implemention worked only because of the ordering of the
    tests. By the time the tests that needed policy.json to be loaded ran it
    had already been properly loaded. When running certain tests in
    isolation the policy is not propertly setup, leading to a test failure.

    Closes-Bug: #1520383
    Change-Id: Icd041eb4ed8ddd580f49b4709ca5f05ab7315292