Fix names: rename types to type_def
Signed-off-by: Katarzyna Treder <katarzyna.treder@h-partners.com>
This commit is contained in:
@@ -15,7 +15,7 @@ from storage_devices.device import Device
|
||||
from storage_devices.disk import DiskTypeSet, DiskType
|
||||
from test_tools import disk_utils
|
||||
from connection.utils.output import CmdException
|
||||
from types.size import Size, Unit
|
||||
from type_def.size import Size, Unit
|
||||
|
||||
|
||||
@pytest.mark.os_dependent
|
||||
|
@@ -18,7 +18,7 @@ from test_tools.disk_utils import Filesystem
|
||||
from test_tools.os_tools import sync
|
||||
from test_tools.scsi_debug import Logs, syslog_path
|
||||
from test_tools.fs_utils import create_random_test_file
|
||||
from types.size import Size, Unit
|
||||
from type_def.size import Size, Unit
|
||||
|
||||
mount_point = "/mnt/cas"
|
||||
|
||||
|
Reference in New Issue
Block a user