diff options
| author | Brian Lamar <brian.lamar@rackspace.com> | 2011-08-25 09:04:04 -0400 |
|---|---|---|
| committer | Brian Lamar <brian.lamar@rackspace.com> | 2011-08-25 09:04:04 -0400 |
| commit | f0fcc4ba61b4658b1e28bd69cfcf395cc408496a (patch) | |
| tree | d394819c74ba8bf10ec99ceac2766a60201a4f58 /nova | |
| parent | 6c4329f846685ee54c5265e5cc56e58e6fbd55e9 (diff) | |
Another attempt at fixing hanging test.
Diffstat (limited to 'nova')
| -rw-r--r-- | nova/tests/test_xenapi.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/nova/tests/test_xenapi.py b/nova/tests/test_xenapi.py index 2f0559366..061e9ffea 100644 --- a/nova/tests/test_xenapi.py +++ b/nova/tests/test_xenapi.py @@ -24,6 +24,8 @@ import re import stubout import ast +eventlet.monkey_patch() + from nova import db from nova import context from nova import flags |
