summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Gundlach <michael.gundlach@rackspace.com>2010-09-21 14:34:40 -0400
committerMichael Gundlach <michael.gundlach@rackspace.com>2010-09-21 14:34:40 -0400
commite027342cc647db080ee77de53b22126caf958339 (patch)
tree01e3b5e3dc0bb133979947653b75f2c53db40780
parentdff6c134cb5b540ac1344faf9f0cbe7d19a8c9e7 (diff)
downloadnova-e027342cc647db080ee77de53b22126caf958339.tar.gz
nova-e027342cc647db080ee77de53b22126caf958339.tar.xz
nova-e027342cc647db080ee77de53b22126caf958339.zip
In desperation, I'm raising eventlet.__version__ so I can see why the trunk tests are failing.
-rw-r--r--nova/tests/api_unittest.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/nova/tests/api_unittest.py b/nova/tests/api_unittest.py
index 0732c39bb..7e81d3dc8 100644
--- a/nova/tests/api_unittest.py
+++ b/nova/tests/api_unittest.py
@@ -107,6 +107,8 @@ 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')