yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #48403
[Bug 1413276] Re: Filtering (and limiting) list domains is not tested
Reviewed: https://review.openstack.org/207456
Committed: https://git.openstack.org/cgit/openstack/keystone/commit/?id=1ed8d3ac89a99ac523de3915f2c33870995be9c0
Submitter: Jenkins
Branch: master
commit 1ed8d3ac89a99ac523de3915f2c33870995be9c0
Author: Konstantin Maximov <konstantin.maximov@xxxxxxxxxx>
Date: Fri Mar 4 19:25:19 2016 +0300
Add test for domains list filtering and limiting
We test the filtering and limiting of projects, users and groups
lists in test_backends.py, and we don't do this for domains.
Created a special test for the filtering and limiting of domains
list for SQL and LDAP multi-domain classes.
Change-Id: I86094021e2e12e0c0ecf5e1745e0c66ecfb2f96e
Closes-Bug: #1413276
** Changed in: keystone
Status: In Progress => Fix Released
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Identity (keystone).
https://bugs.launchpad.net/bugs/1413276
Title:
Filtering (and limiting) list domains is not tested
Status in OpenStack Identity (keystone):
Fix Released
Bug description:
We test the filtering and limiting of lists in test_backend.py - and
do this for projects, users and groups:
class LimitTests(filtering.FilterTests):
ENTITIES = ['user', 'group', 'project']
We don't do this for domain, since this would have problems with LDAP.
We should create a special test for this inside one of the LDAP
specific multi-domain classes in test_backend_ldap.py.
To manage notifications about this bug go to:
https://bugs.launchpad.net/keystone/+bug/1413276/+subscriptions
References