summaryrefslogtreecommitdiffstats
path: root/tests/_ldap_livetest.py
diff options
context:
space:
mode:
authorAllan Feid <allanfeid@gmail.com>2013-03-15 15:58:26 -0400
committerAdam Young <ayoung@redhat.com>2013-03-19 20:31:47 -0400
commit3353996454b34bf84bcaa6b7a88797f56b913873 (patch)
treee316050180131e1bcd7bf77767865081adc49ef7 /tests/_ldap_livetest.py
parent5cb8e1f2e5e12cf7e8c6bce91af53b901f6254a9 (diff)
downloadkeystone-3353996454b34bf84bcaa6b7a88797f56b913873.tar.gz
keystone-3353996454b34bf84bcaa6b7a88797f56b913873.tar.xz
keystone-3353996454b34bf84bcaa6b7a88797f56b913873.zip
Properly handle emulated ldap enablement
Prior to this patch, a member attribute will attempt to be added to the enabled project even if it already exists. This fails to pass since in LDAP you cannot have two of the same member attributes in an object. Change-Id: Ic2373b01eb9921fbf5e9ad828628119288821dba Fixes: bug #1155234
Diffstat (limited to 'tests/_ldap_livetest.py')
-rw-r--r--tests/_ldap_livetest.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/_ldap_livetest.py b/tests/_ldap_livetest.py
index 5f5f60cd..d6a7a63d 100644
--- a/tests/_ldap_livetest.py
+++ b/tests/_ldap_livetest.py
@@ -92,9 +92,3 @@ class LiveLDAPIdentity(test_backend_ldap.LDAPIdentity):
def test_user_enable_attribute_mask(self):
raise nose.exc.SkipTest('Test is for Active Directory Only')
-
- def test_configurable_allowed_project_actions(self):
- raise nose.exc.SkipTest('Blocked by bug 1155234')
-
- def test_project_crud(self):
- raise nose.exc.SkipTest('Blocked by bug 1155234')