Fix compliance tests
Change I65c50722f5990f540d84fa361b997302bbc935c5 moved our base test code from cinder.test to cinder.tests.unit.test. It included updates for all unit tests, but missed the compliance tests that are also based on it. This fixes the imports for the compliance tests to use the new location to import the module. Change-Id: I510f7707085b917ed45e674eeffb67c9ca444088 Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
This commit is contained in:
parent
beb96cd710
commit
2f390afcaf
@ -18,7 +18,7 @@ import ddt
|
||||
|
||||
from cinder.interface import backup_driver
|
||||
from cinder.interface import util
|
||||
from cinder import test
|
||||
from cinder.tests.unit import test
|
||||
|
||||
BACKUP_DRIVERS = util.get_backup_drivers()
|
||||
|
||||
|
@ -18,7 +18,7 @@ import ddt
|
||||
|
||||
from cinder.interface import fczm_driver
|
||||
from cinder.interface import util
|
||||
from cinder import test
|
||||
from cinder.tests.unit import test
|
||||
|
||||
FCZM_DRIVERS = util.get_fczm_drivers()
|
||||
|
||||
|
@ -18,7 +18,7 @@ import ddt
|
||||
|
||||
from cinder.interface import util
|
||||
from cinder.interface import volume_driver
|
||||
from cinder import test
|
||||
from cinder.tests.unit import test
|
||||
|
||||
VOLUME_DRIVERS = util.get_volume_drivers()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user