summaryrefslogtreecommitdiffstats
path: root/tests/test_backend_ldap.py
diff options
context:
space:
mode:
authorHenry Nash <henryn@linux.vnet.ibm.com>2013-02-22 15:34:58 +0000
committerHenry Nash <henryn@linux.vnet.ibm.com>2013-03-04 19:52:48 +0000
commit1e64378f423f288fadf1d1ec7db786236d9614d2 (patch)
tree7ed377ffdf2aefae6bbad6aa3f1c0d16911fb79c /tests/test_backend_ldap.py
parent2f916c6d547b22046dae4946389e545cee26deea (diff)
downloadkeystone-1e64378f423f288fadf1d1ec7db786236d9614d2.tar.gz
keystone-1e64378f423f288fadf1d1ec7db786236d9614d2.tar.xz
keystone-1e64378f423f288fadf1d1ec7db786236d9614d2.zip
Make getting user-domain roles backend independant
There is nothing backend specific in geting the list of roles for a user-domain, so we should move this function into backends core. This also has the affect of now ensuring that the kvs and ldap support will work, provided the specific backend supports roles on users and domains. This is true today for kvs, but support in ldap for domains is gated by other bugs. Fixes bug #1131769 Change-Id: Id99accb33fd7cd8d6c37e64e140552c5bfe68349
Diffstat (limited to 'tests/test_backend_ldap.py')
-rw-r--r--tests/test_backend_ldap.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/test_backend_ldap.py b/tests/test_backend_ldap.py
index 72bc09a1..4c86f1a7 100644
--- a/tests/test_backend_ldap.py
+++ b/tests/test_backend_ldap.py
@@ -406,6 +406,12 @@ class LDAPIdentity(test.TestCase, test_backend.IdentityTests):
def test_get_and_remove_correct_role_grant_from_a_mix(self):
raise nose.exc.SkipTest('Blocked by bug 1101287')
+ def test_get_roles_for_user_and_domain(self):
+ raise nose.exc.SkipTest('Blocked by bug 1101276')
+
+ def test_get_roles_for_user_and_domain_404(self):
+ raise nose.exc.SkipTest('Blocked by bug 1101276')
+
def test_domain_crud(self):
raise nose.exc.SkipTest('Blocked by bug 1101276')