Skip to content

Commit

Permalink
cleanup no_meta user in live LDAP test
Browse files Browse the repository at this point in the history
Fixes Bug 980277

Change-Id: I03b56183e35794b8c9ef28bcfb26f7c101b48f66
  • Loading branch information
Adam Young committed Apr 12, 2012
1 parent f640093 commit 04550e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/_ldap_livetest.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 04550e8

Please sign in to comment.