Testing of results of entity lists does not check that the command part of the url is in the 'self' link
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Identity (keystone) |
Fix Released
|
Wishlist
|
Alexey Miroshkin |
Bug Description
Methods assertValidList
self.assertThat
To implement a proper fix of the bug 1195037 ("Self" link in v3 collections omits any url filters) we need to pass some request data, at least the command part of the url, for example:
def assertValidList
def assertValidList
as result a proper check would be possible:
if command:
Changed in keystone: | |
assignee: | nobody → Alexey Miroshkin (amirosh) |
Changed in keystone: | |
importance: | Undecided → Wishlist |
status: | New → Confirmed |
Changed in keystone: | |
status: | Confirmed → In Progress |
Changed in keystone: | |
status: | In Progress → Fix Committed |
Changed in keystone: | |
milestone: | none → juno-3 |
Changed in keystone: | |
status: | Fix Committed → Fix Released |
Changed in keystone: | |
milestone: | juno-3 → 2014.2 |
Henry: I try to save "Wishlist" for user-facing features, and use Low for dev-impact only things like refactors and small test coverage improvements.
Alexey: Was there a fix committed for this somewhere? Did it cite this bug number? Can you to link it here, or paste the git hash?