summaryrefslogtreecommitdiffstats
path: root/tests/_ldap_livetest.py
diff options
context:
space:
mode:
authorAdam Young <ayoung@redhat.com>2012-04-12 16:47:05 -0400
committerAdam Young <ayoung@redhat.com>2012-04-12 17:03:41 -0400
commit04550e8118e2383b7475c74493f3d88c9fa8f522 (patch)
tree4d76cef9c383bdd9dec49d8f8380fe928bec7fd9 /tests/_ldap_livetest.py
parentf640093ba8afb73b92b026362827611ef015e59d (diff)
downloadkeystone-04550e8118e2383b7475c74493f3d88c9fa8f522.tar.gz
keystone-04550e8118e2383b7475c74493f3d88c9fa8f522.tar.xz
keystone-04550e8118e2383b7475c74493f3d88c9fa8f522.zip
cleanup no_meta user in live LDAP test
Fixes Bug 980277 Change-Id: I03b56183e35794b8c9ef28bcfb26f7c101b48f66
Diffstat (limited to 'tests/_ldap_livetest.py')
-rw-r--r--tests/_ldap_livetest.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/_ldap_livetest.py b/tests/_ldap_livetest.py
index 07087429..df417c06 100644
--- a/tests/_ldap_livetest.py
+++ b/tests/_ldap_livetest.py
@@ -43,7 +43,7 @@ def delete_object(name):
def clear_live_database():
roles = ['keystone_admin']
groups = ['baz', 'bar', 'tenent4add', 'fake1', 'fake2']
- users = ['foo', 'two', 'fake1', 'fake2']
+ users = ['foo', 'two', 'fake1', 'fake2','no_meta']
roles = ['keystone_admin', 'useless']
for group in groups: