Merge "Fix compliance tests"
This commit is contained in:
commit
84d6b18ead
@ -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