Comment 2 for bug 1271273

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

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

commit 9c797ef41cbe13aa826e9e170628725b6c090e40
Author: Konstantin Maximov <email address hidden>
Date: Tue Feb 17 16:41:24 2015 +0300

    Improved policy setting in the 'v3 filter' tests

    The test case class IdentityTestListLimitCase (test_v3_filters.py)
    always sets multiple policies for the each test defined in that class.
    However, only one policy is really needed for each test case.
    That appears to lead to unreliable policy checking.
    It would be better to set only one policy required for the particular
    test case (policy with the type of entity used in the test case).

    Change-Id: I7892950b43c56ecce03677d8d592e71359bedf27
    Closes-Bug: #1271273