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 test_tools.dd import Dd
|
||||
from test_tools.disk_utils import Filesystem
|
||||
from test_utils.filesystem.file import File
|
||||
from test_tools.os_tools import drop_caches, DropCachesMode, sync
|
||||
from types.size import Size, Unit
|
||||
from type_def.size import Size, Unit
|
||||
|
||||
|
||||
@pytest.mark.os_dependent
|
||||
|
@@ -15,7 +15,7 @@ from api.cas.cache_config import (CleaningPolicy,
|
||||
from storage_devices.disk import DiskType, DiskTypeSet, DiskTypeLowerThan
|
||||
from test_tools.fio.fio import Fio
|
||||
from test_tools.fio.fio_param import *
|
||||
from types.size import Size, Unit
|
||||
from type_def.size import Size, Unit
|
||||
|
||||
|
||||
@pytest.mark.parametrizex("cores_amount", [1, 4])
|
||||
|
@@ -18,7 +18,7 @@ from test_tools.fio.fio import Fio
|
||||
from test_tools.fio.fio_param import ReadWrite, IoEngine
|
||||
from test_tools.os_tools import sync, drop_caches
|
||||
from test_tools.runlevel import Runlevel
|
||||
from types.size import Size, Unit
|
||||
from type_def.size import Size, Unit
|
||||
|
||||
|
||||
mount_point = "/mnt/test"
|
||||
|
@@ -8,7 +8,7 @@ import pytest
|
||||
from api.cas import casadm, casadm_parser, cli, cli_messages
|
||||
from core.test_run import TestRun
|
||||
from storage_devices.disk import DiskType, DiskTypeSet, DiskTypeLowerThan
|
||||
from types.size import Size, Unit
|
||||
from type_def.size import Size, Unit
|
||||
|
||||
|
||||
@pytest.mark.require_disk("cache", DiskTypeSet([DiskType.optane, DiskType.nand]))
|
||||
|
@@ -18,7 +18,7 @@ from test_tools.disk_utils import Filesystem
|
||||
from test_tools.fs_utils import check_if_file_exists
|
||||
from test_utils.filesystem.file import File
|
||||
from test_tools.os_tools import sync
|
||||
from types.size import Size, Unit
|
||||
from type_def.size import Size, Unit
|
||||
|
||||
mount_point = "/mnt/cas"
|
||||
|
||||
|
@@ -13,7 +13,7 @@ from api.cas.core import CoreStatus
|
||||
from api.cas.init_config import InitConfig
|
||||
from core.test_run import TestRun
|
||||
from storage_devices.disk import DiskTypeLowerThan, DiskTypeSet, DiskType
|
||||
from types.size import Size, Unit
|
||||
from type_def.size import Size, Unit
|
||||
|
||||
|
||||
@pytest.mark.CI
|
||||
|
@@ -17,7 +17,7 @@ from test_utils.filesystem.file import File
|
||||
from test_tools.disk_utils import Filesystem
|
||||
from test_tools import fstab
|
||||
from test_tools.dd import Dd
|
||||
from types.size import Unit, Size
|
||||
from type_def.size import Unit, Size
|
||||
from test_tools.os_tools import sync
|
||||
from test_tools.udev import Udev
|
||||
from test_utils.emergency_escape import EmergencyEscape
|
||||
|
Reference in New Issue
Block a user