Skip to content

Commit

Permalink
Remove unnecessary test. Fixes bug 1072841.
Browse files Browse the repository at this point in the history
Providing a bad status is no longer a failure so this case is not needed.

Change-Id: Id0b2282bf23c3ccd50e967111e943f93fc4ea683
  • Loading branch information
davidkranz committed Nov 8, 2012
1 parent e27a4bf commit 92d3f63
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tempest/tests/compute/servers/test_list_servers_negative.py
Expand Up @@ -140,11 +140,6 @@ def test_list_servers_status_non_existing(self):
self.assertEqual('200', resp['status'])
self.assertEqual([], servers)

def test_list_servers_pass_numeric_status(self):
"""Return an error when a numeric value for status is specified"""
self.assertRaises(exceptions.BadRequest, self.client.list_servers,
{'status': 1})

def test_list_servers_by_limits(self):
"""List servers by specifying limits"""
resp, body = self.client.list_servers({'limit': 1})
Expand Down

0 comments on commit 92d3f63

Please sign in to comment.