summaryrefslogtreecommitdiffstats
path: root/nova/test.py
diff options
context:
space:
mode:
Diffstat (limited to 'nova/test.py')
-rw-r--r--nova/test.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/nova/test.py b/nova/test.py
index 73956a35c..d8a8ea082 100644
--- a/nova/test.py
+++ b/nova/test.py
@@ -26,6 +26,7 @@ inline callbacks.
import sys
import uuid
+from fixtures import EnvironmentVariable
import mox
import stubout
import testtools
@@ -82,6 +83,7 @@ class TestCase(testtools.TestCase):
self.injected = []
self._services = []
self._modules = {}
+ self.useFixture(EnvironmentVariable('http_proxy'))
def tearDown(self):
"""Runs after each test method to tear down test environment."""