summaryrefslogtreecommitdiffstats
path: root/tests/_ldap_livetest.py
diff options
context:
space:
mode:
authorAdam Young <ayoung@redhat.com>2012-03-01 15:46:41 -0500
committerAdam Young <ayoung@redhat.com>2012-03-02 14:50:13 -0500
commitbc346357a2205d552e62a351a4d37b3f2398b87e (patch)
treef72666f318642cf2dfbb9737a85a1837ccb92ce6 /tests/_ldap_livetest.py
parent48dc5be3d294a20a79c989f760e7d46bc1f90456 (diff)
downloadkeystone-bc346357a2205d552e62a351a4d37b3f2398b87e.tar.gz
keystone-bc346357a2205d552e62a351a4d37b3f2398b87e.tar.xz
keystone-bc346357a2205d552e62a351a4d37b3f2398b87e.zip
LDAP get_user_by_name
Required by keystoneclient https://bugs.launchpad.net/keystone/+bug/943567 bug 943567 Change-Id: I5aec63e81262ad6f3b2e5a984841d8d6bdfa8da5
Diffstat (limited to 'tests/_ldap_livetest.py')
-rw-r--r--tests/_ldap_livetest.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/_ldap_livetest.py b/tests/_ldap_livetest.py
index 167e0e51..803d13e9 100644
--- a/tests/_ldap_livetest.py
+++ b/tests/_ldap_livetest.py
@@ -56,6 +56,3 @@ class LDAPIdentity(test.TestCase, test_backend.IdentityTests):
def tearDown(self):
test.TestCase.tearDown(self)
-
- def test_get_user_by_name(self):
- raise nose.exc.SkipTest('not implemented in ldap yet')