yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #29763
[Bug 1424749] Re: test_multiple_filters uses an invalid filter that is ignored
** Changed in: keystone
Status: Fix Committed => Fix Released
** Changed in: keystone
Milestone: None => kilo-3
--
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):
Fix Released
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
References