test_list_servers_negative failing one test
Bug #1072841 reported by
Jay Pipes
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
tempest |
Fix Released
|
High
|
David Kranz |
Bug Description
18:23:43 =======
18:23:43 FAIL: Return an error when a numeric value for status is specified
18:23:43 -------
18:23:43 Traceback (most recent call last):
18:23:43 File "/opt/stack/
18:23:43 {'status': 1})
18:23:43 AssertionError: BadRequest not raised
18:23:43 >> raise self.failureExc
Showing up reliably in full tempest run now...
Changed in tempest: | |
status: | New → Confirmed |
importance: | Undecided → High |
Changed in tempest: | |
assignee: | Jay Pipes (jaypipes) → David Kranz (david-kranz) |
Changed in tempest: | |
milestone: | none → havana-3 |
To post a comment you must log in.
Commit e142d21b47e8895 a013c468936e69b a0e7e66041 to Nova caused this failure in tempest. The behavior of Nova to return an empty list to a filter is correct, so Tempest just needs to be updated to reflect this.