← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1413276] [NEW] Filtering (and limiting) list domains is not tested

 

Public bug reported:

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.

** Affects: keystone
     Importance: Low
         Status: New


** Tags: test-improvement

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to Keystone.
https://bugs.launchpad.net/bugs/1413276

Title:
  Filtering (and limiting) list domains is not tested

Status in OpenStack Identity (Keystone):
  New

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


Follow ups

References