summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrant Knudson <bknudson@us.ibm.com>2013-08-08 15:37:16 -0500
committerBrant Knudson <bknudson@us.ibm.com>2013-08-15 13:35:14 -0500
commit68f38a65c60485c34474e490d649b328421e10f5 (patch)
tree70b0a9993d71aa5696d6ecf89e72416ea8ecf893
parent54a4c0696e3817307b8e9e50a2ffa5b5013e1f2e (diff)
downloadkeystone-68f38a65c60485c34474e490d649b328421e10f5.tar.gz
keystone-68f38a65c60485c34474e490d649b328421e10f5.tar.xz
keystone-68f38a65c60485c34474e490d649b328421e10f5.zip
Do not skip test_user_enable_attribute_mask in _ldap_livetest
This test is usable with OpenLDAP and is useful for validation. Change-Id: Ie4da746a17d2ca545eb1125c1e7249620f0efbc0 Related-Bug: #1210175
-rw-r--r--keystone/tests/_ldap_livetest.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/keystone/tests/_ldap_livetest.py b/keystone/tests/_ldap_livetest.py
index ef8dc0b6..eeaa7e5f 100644
--- a/keystone/tests/_ldap_livetest.py
+++ b/keystone/tests/_ldap_livetest.py
@@ -87,9 +87,6 @@ class LiveLDAPIdentity(test_backend_ldap.LDAPIdentity):
def tearDown(self):
test.TestCase.tearDown(self)
- def test_user_enable_attribute_mask(self):
- self.skipTest('Test is for Active Directory Only')
-
def test_ldap_dereferencing(self):
alt_users_ldif = {'objectclass': ['top', 'organizationalUnit'],
'ou': 'alt_users'}