summaryrefslogtreecommitdiffstats
path: root/nova/tests
diff options
context:
space:
mode:
authorJustin Santa Barbara <justin@fathomdb.com>2011-03-29 18:13:04 -0700
committerJustin Santa Barbara <justin@fathomdb.com>2011-03-29 18:13:04 -0700
commit4c16db6ad330b0c3a1bdde098bbdcf958fc23bdf (patch)
tree1c0a477883ea4b3a53c26732de7c6a662590944b /nova/tests
parentbe8bf22f90e322823cb3cf4963f5c7313ef727ec (diff)
Rename MockImageService -> FakeImageService
Diffstat (limited to 'nova/tests')
-rw-r--r--nova/tests/integrated/integrated_helpers.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/tests/integrated/integrated_helpers.py b/nova/tests/integrated/integrated_helpers.py
index e0fe2d2a2..2e5d67017 100644
--- a/nova/tests/integrated/integrated_helpers.py
+++ b/nova/tests/integrated/integrated_helpers.py
@@ -184,7 +184,7 @@ class _IntegratedTestBase(test.TestCase):
def _get_flags(self):
"""An opportunity to setup flags, before the services are started."""
f = {}
- f['image_service'] = 'nova.image.fake.MockImageService'
+ f['image_service'] = 'nova.image.fake.FakeImageService'
f['fake_network'] = True
return f