summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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')