Move output to connection utils
Signed-off-by: Katarzyna Treder <katarzyna.treder@h-partners.com>
This commit is contained in:
@@ -9,7 +9,7 @@ from api.cas.core import Core
|
||||
from api.cas.dmesg import get_metadata_size_on_device
|
||||
from api.cas.statistics import CacheStats, CacheIoClassStats
|
||||
from test_utils.os_utils import *
|
||||
from test_utils.output import Output
|
||||
from connection.utils.output import Output
|
||||
|
||||
|
||||
class Cache:
|
||||
|
@@ -21,7 +21,7 @@ from api.cas.core import Core
|
||||
from core.test_run import TestRun
|
||||
from storage_devices.device import Device
|
||||
from test_utils.os_utils import reload_kernel_module
|
||||
from test_utils.output import CmdException, Output
|
||||
from connection.utils.output import CmdException, Output
|
||||
from types.size import Size, Unit
|
||||
|
||||
|
||||
|
@@ -18,7 +18,7 @@ from api.cas.ioclass_config import IoClass
|
||||
from api.cas.version import CasVersion
|
||||
from core.test_run_utils import TestRun
|
||||
from storage_devices.device import Device
|
||||
from test_utils.output import CmdException
|
||||
from connection.utils.output import CmdException
|
||||
|
||||
|
||||
class Stats(dict):
|
||||
|
@@ -7,7 +7,7 @@
|
||||
import re
|
||||
|
||||
from core.test_run import TestRun
|
||||
from test_utils.output import Output
|
||||
from connection.utils.output import Output
|
||||
|
||||
load_inactive_core_missing = [
|
||||
r"WARNING: Can not resolve path to core \d+ from cache \d+\. By-id path will be shown for that "
|
||||
|
@@ -10,7 +10,7 @@ from core.test_run import TestRun
|
||||
from api.cas import cas_module
|
||||
from api.cas.version import get_installed_cas_version
|
||||
from test_utils import os_utils, git
|
||||
from test_utils.output import CmdException
|
||||
from connection.utils.output import CmdException
|
||||
|
||||
|
||||
def rsync_opencas_sources():
|
||||
|
@@ -8,7 +8,7 @@ import re
|
||||
|
||||
from test_utils import git
|
||||
from core.test_run import TestRun
|
||||
from test_utils.output import CmdException
|
||||
from connection.utils.output import CmdException
|
||||
|
||||
|
||||
class CasVersion:
|
||||
|
Reference in New Issue
Block a user