diff options
| author | Michael Gundlach <michael.gundlach@rackspace.com> | 2010-09-21 15:00:43 -0400 |
|---|---|---|
| committer | Michael Gundlach <michael.gundlach@rackspace.com> | 2010-09-21 15:00:43 -0400 |
| commit | b82a9e3d3ca46e69a1583dea51a474456b867e6f (patch) | |
| tree | 61394bf79f7790d6e62af3f9883ac3b2ddbc7f6a | |
| parent | e027342cc647db080ee77de53b22126caf958339 (diff) | |
Remove eventlet test, now that eventlet 0.9.10 has indeed been replaced by 0.9.12 per mtaylor
| -rw-r--r-- | nova/tests/api_unittest.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/nova/tests/api_unittest.py b/nova/tests/api_unittest.py index 7e81d3dc8..0732c39bb 100644 --- a/nova/tests/api_unittest.py +++ b/nova/tests/api_unittest.py @@ -107,8 +107,6 @@ class ApiEc2TestCase(test.BaseTestCase): def test_describe_instances(self): """Test that, after creating a user and a project, the describe instances call to the API works properly""" - import eventlet - raise KeyError(eventlet.__version__) self.expect_http() self.mox.ReplayAll() user = self.manager.create_user('fake', 'fake', 'fake') |
