Comment 5 for bug 1373865

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

Reviewed: https://review.openstack.org/507694
Committed: https://git.openstack.org/cgit/openstack/keystone/commit/?id=de9546b4ef2c7a8baab539cc7ae0e205601b23dd
Submitter: Zuul
Branch: master

commit de9546b4ef2c7a8baab539cc7ae0e205601b23dd
Author: Gage Hugo <email address hidden>
Date: Tue Sep 26 17:05:39 2017 -0500

    Refactor test_backend_ldap tests

    Currently, the testing backend for LDAP relies on multiple inheritance
    of many base and testing classes, which results in many of these
    tests being ran multiple times needlessly. This change removes the
    base TestCase unit test class from LDAPIdentity, which is inherited
    by multiple other test classes.

    Change-Id: Iee0a0942e49295081437306d3942109c4132b704
    Partial-Bug: #1373865