← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1424749] [NEW] test_multiple_filters uses an invalid filter that is ignored

 

Public bug reported:

test_multiple_filters [1] uses the following URL:

    '/domains?enableds&name=%s' % self.domainA['name']

'enableds' is an invalid filter and then it is ignored, not being honored by the driver neither the controller.
We need to fix it by replacing by 'enabled'.


[1] test_v3_filters.IdentityTestFilteredCase.test_multiple_filters

** Affects: keystone
     Importance: Undecided
     Assignee: Samuel de Medeiros Queiroz (samueldmq)
         Status: New

** Changed in: keystone
     Assignee: (unassigned) => Samuel de Medeiros Queiroz (samueldmq)

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

Title:
  test_multiple_filters uses an invalid filter that is ignored

Status in OpenStack Identity (Keystone):
  New

Bug description:
  test_multiple_filters [1] uses the following URL:

      '/domains?enableds&name=%s' % self.domainA['name']

  'enableds' is an invalid filter and then it is ignored, not being honored by the driver neither the controller.
  We need to fix it by replacing by 'enabled'.

  
  [1] test_v3_filters.IdentityTestFilteredCase.test_multiple_filters

To manage notifications about this bug go to:
https://bugs.launchpad.net/keystone/+bug/1424749/+subscriptions


Follow ups

References