Fix ImportError of fake_driver

The file fake_driver is moved to cinder/tests, and this file is missed
to change.

Change-Id: Iacc2d47c3495fc4a766fcd4fb0653199604bd65b
Closes-Bug: 1609208
This commit is contained in:
lisali 2016-08-03 10:52:46 +08:00
parent 7602926965
commit 00f5662b69
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ class NestedQuotasTest(functional_helpers._FunctionalTestBase):
def _get_flags(self):
f = super(NestedQuotasTest, self)._get_flags()
f['volume_driver'] = \
'cinder.tests.unit.fake_driver.LoggingVolumeDriver'
'cinder.tests.fake_driver.LoggingVolumeDriver'
f['default_volume_type'] = self._vol_type_name
return f