Fix names: rename types to type_def
Signed-off-by: Katarzyna Treder <katarzyna.treder@h-partners.com>
This commit is contained in:
@@ -20,7 +20,7 @@ from test_tools.fio.fio_param import IoEngine, ReadWrite
|
||||
from test_tools.os_tools import set_wbt_lat, get_dut_cpu_physical_cores
|
||||
from test_tools.udev import Udev
|
||||
from connection.utils.output import CmdException
|
||||
from types.size import Size, Unit
|
||||
from type_def.size import Size, Unit
|
||||
from utils.performance import WorkloadParameter
|
||||
|
||||
|
||||
|
@@ -18,7 +18,7 @@ from test_tools.os_tools import (
|
||||
set_wbt_lat,
|
||||
get_dut_cpu_physical_cores,
|
||||
)
|
||||
from types.size import Unit, Size
|
||||
from type_def.size import Unit, Size
|
||||
|
||||
|
||||
def fill_cas_cache(target, bs):
|
||||
|
@@ -18,7 +18,7 @@ from test_tools.os_tools import (
|
||||
get_number_of_processors_from_cpuinfo,
|
||||
get_dut_cpu_physical_cores,
|
||||
)
|
||||
from types.size import Unit, Size
|
||||
from type_def.size import Unit, Size
|
||||
|
||||
|
||||
# TODO: for disks other than Intel Optane, fio ramp is needed before fio tests on raw disk
|
||||
|
Reference in New Issue
Block a user