Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Brant Knudson committed Aug 15, 2013
1 parent 54a4c06 commit 68f38a6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions keystone/tests/_ldap_livetest.py
Expand Up @@ -87,9 +87,6 @@ def test_build_tree(self):
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'}
Expand Down

0 comments on commit 68f38a6

Please sign in to comment.