Live LDAP tests do cleanup no_meta user

Bug #980277 reported by Adam Young
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
OpenStack Identity (keystone)
Fix Released
Undecided
Unassigned

Bug Description

Running the live LDAP tests current fails. The fixture data has added a "no_meta" user that needs to be cleaned up by the live LDAP test.

the fix is

commit 8f1999e689bb004de7979e3cff2e8626a9b18f71
Author: Adam Young <email address hidden>
Date: Thu Apr 12 16:47:05 2012 -0400

    cleanup no_meta user in live LDAP test

diff --git a/tests/_ldap_livetest.py b/tests/_ldap_livetest.py
index 0708742..df417c0 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:

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to keystone (master)

Fix proposed to branch: master
Review: https://review.openstack.org/6503

Changed in keystone:
status: New → In Progress
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to keystone (master)

Reviewed: https://review.openstack.org/6503
Committed: http://github.com/openstack/keystone/commit/04550e8118e2383b7475c74493f3d88c9fa8f522
Submitter: Jenkins
Branch: master

commit 04550e8118e2383b7475c74493f3d88c9fa8f522
Author: Adam Young <email address hidden>
Date: Thu Apr 12 16:47:05 2012 -0400

    cleanup no_meta user in live LDAP test

    Fixes Bug 980277

    Change-Id: I03b56183e35794b8c9ef28bcfb26f7c101b48f66

Changed in keystone:
status: In Progress → Fix Committed
Joseph Heck (heckj)
Changed in keystone:
milestone: none → folsom-1
Thierry Carrez (ttx)
Changed in keystone:
status: Fix Committed → Fix Released
Thierry Carrez (ttx)
Changed in keystone:
milestone: folsom-1 → 2012.2
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.