Comment 2 for bug 1609398

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

Reviewed: https://review.openstack.org/350562
Committed: https://git.openstack.org/cgit/openstack/python-keystoneclient/commit/?id=3870b8a763eb473abde37bd44ed3269919408094
Submitter: Jenkins
Branch: master

commit 3870b8a763eb473abde37bd44ed3269919408094
Author: Samuel de Medeiros Queiroz <email address hidden>
Date: Wed Aug 3 09:46:58 2016 -0300

    Correct test_implied_roles

    That test is not supposed to test the count of roles. It is about role
    inference rules. This change removes the pure role checks, as it is not
    the main intent of the test.

    This also fixes a related bug where this test is failing
    intermittently. See the bug description for more details.

    Change-Id: I8ea1b6d8f344296486427a1f9ebc31c58314501e
    Closes-Bug: 1609398