summaryrefslogtreecommitdiffstats
path: root/tests/default_fixtures.py
diff options
context:
space:
mode:
authorAdam Young <ayoung@redhat.com>2012-02-06 21:21:46 -0500
committertermie <github@anarkystic.com>2012-02-27 16:51:46 -0800
commit63437e9dca3b969c917fb138716aa4d3e5fabafa (patch)
tree1d0281f532e02dc10d608cd331fb3fd2c7d7ac7a /tests/default_fixtures.py
parent679fd363d8a44098cdf4fa2044b068e51016c02d (diff)
downloadkeystone-63437e9dca3b969c917fb138716aa4d3e5fabafa.tar.gz
keystone-63437e9dca3b969c917fb138716aa4d3e5fabafa.tar.xz
keystone-63437e9dca3b969c917fb138716aa4d3e5fabafa.zip
LDAP Identity backend
Bug 933852 Merged over the code from the legacy keystone implementation, updated style and streamlined the API a bit. * Unit tests can be run against a live OpenLDAP server * Password hashing done via passlib. Only does salted sha1, which is what simple_bind requires, but is not secure. * Added pip dependencies Change-Id: I5296d94f6b7d0a7c7dbc887cdae872171e34bb5f
Diffstat (limited to 'tests/default_fixtures.py')
-rw-r--r--tests/default_fixtures.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/default_fixtures.py b/tests/default_fixtures.py
index 6d455bdf..de799eaf 100644
--- a/tests/default_fixtures.py
+++ b/tests/default_fixtures.py
@@ -1,6 +1,7 @@
TENANTS = [
{'id': 'bar', 'name': 'BAR'},
{'id': 'baz', 'name': 'BAZ'},
+ {'id': 'tenent4add', 'name': 'tenant4add'},
]
# NOTE(ja): a role of keystone_admin and attribute "is_admin" is done in setUp