Merge "Fix compliance tests"

This commit is contained in:
Zuul
2020-05-18 13:17:53 +00:00
committed by Gerrit Code Review
3 changed files with 3 additions and 3 deletions

View File

@@ -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()

View File

@@ -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()

View File

@@ -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()