Move scsi_debug to tools
Signed-off-by: Katarzyna Treder <katarzyna.treder@h-partners.com>
This commit is contained in:
Submodule test/functional/test-framework updated: 40f850c1f9...a6551b032a
@@ -16,7 +16,7 @@ from storage_devices.disk import DiskType, DiskTypeSet
|
|||||||
from core.test_run import TestRun
|
from core.test_run import TestRun
|
||||||
from test_tools.disk_utils import Filesystem
|
from test_tools.disk_utils import Filesystem
|
||||||
from test_tools.fs_utils import create_random_test_file
|
from test_tools.fs_utils import create_random_test_file
|
||||||
from test_utils.scsi_debug import Logs, syslog_path
|
from test_tools.scsi_debug import Logs, syslog_path
|
||||||
from test_utils import os_utils
|
from test_utils import os_utils
|
||||||
from types.size import Size, Unit
|
from types.size import Size, Unit
|
||||||
|
|
||||||
|
@@ -3,7 +3,6 @@
|
|||||||
# SPDX-License-Identifier: BSD-3-Clause
|
# SPDX-License-Identifier: BSD-3-Clause
|
||||||
#
|
#
|
||||||
|
|
||||||
import re
|
|
||||||
import pytest
|
import pytest
|
||||||
from time import sleep
|
from time import sleep
|
||||||
|
|
||||||
@@ -16,7 +15,7 @@ from api.cas.cache_config import (
|
|||||||
from storage_devices.disk import DiskType, DiskTypeSet
|
from storage_devices.disk import DiskType, DiskTypeSet
|
||||||
from core.test_run import TestRun
|
from core.test_run import TestRun
|
||||||
from test_tools.disk_utils import Filesystem
|
from test_tools.disk_utils import Filesystem
|
||||||
from test_utils.scsi_debug import Logs, syslog_path
|
from test_tools.scsi_debug import Logs, syslog_path
|
||||||
from test_tools.fs_utils import create_random_test_file
|
from test_tools.fs_utils import create_random_test_file
|
||||||
from test_utils import os_utils
|
from test_utils import os_utils
|
||||||
from types.size import Size, Unit
|
from types.size import Size, Unit
|
||||||
|
Reference in New Issue
Block a user