Move size.py to types
Signed-off-by: Katarzyna Treder <katarzyna.treder@h-partners.com>
This commit is contained in:
@@ -19,7 +19,7 @@ from test_tools.fio.fio import Fio
|
||||
from test_tools.fio.fio_param import IoEngine, ReadWrite
|
||||
from test_utils.os_utils import Udev, set_wbt_lat, get_dut_cpu_physical_cores
|
||||
from test_utils.output import CmdException
|
||||
from test_utils.size import Size, Unit
|
||||
from types.size import Size, Unit
|
||||
from utils.performance import WorkloadParameter
|
||||
|
||||
|
||||
|
@@ -18,7 +18,7 @@ from test_utils.os_utils import (
|
||||
set_wbt_lat,
|
||||
get_dut_cpu_physical_cores,
|
||||
)
|
||||
from test_utils.size import Unit, Size
|
||||
from types.size import Unit, Size
|
||||
|
||||
|
||||
def fill_cas_cache(target, bs):
|
||||
|
@@ -18,7 +18,7 @@ from test_utils.os_utils import (
|
||||
get_number_of_processors_from_cpuinfo,
|
||||
get_dut_cpu_physical_cores,
|
||||
)
|
||||
from test_utils.size import Unit, Size
|
||||
from types.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