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.
Reviewed: https:/ /review. openstack. org/507694 /git.openstack. org/cgit/ openstack/ keystone/ commit/ ?id=de9546b4ef2 c7a8baab539cc7a e0e205601b23dd
Committed: https:/
Submitter: Zuul
Branch: master
commit de9546b4ef2c7a8 baab539cc7ae0e2 05601b23dd
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: Iee0a0942e49295 081437306d39421 09c4132b704
Partial-Bug: #1373865