Move scsi_debug to tools
Signed-off-by: Katarzyna Treder <katarzyna.treder@h-partners.com>
This commit is contained in:
parent
b724419a4f
commit
c8ce05617d
@ -1 +1 @@
|
||||
Subproject commit 40f850c1f9077039ec8f50f713bf75adfc9a0170
|
||||
Subproject commit a6551b032a9f0abc2626c34a07ea42dc31508e66
|
@ -16,7 +16,7 @@ from storage_devices.disk import DiskType, DiskTypeSet
|
||||
from core.test_run import TestRun
|
||||
from test_tools.disk_utils import Filesystem
|
||||
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 types.size import Size, Unit
|
||||
|
||||
|
@ -3,7 +3,6 @@
|
||||
# SPDX-License-Identifier: BSD-3-Clause
|
||||
#
|
||||
|
||||
import re
|
||||
import pytest
|
||||
from time import sleep
|
||||
|
||||
@ -16,7 +15,7 @@ from api.cas.cache_config import (
|
||||
from storage_devices.disk import DiskType, DiskTypeSet
|
||||
from core.test_run import TestRun
|
||||
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_utils import os_utils
|
||||
from types.size import Size, Unit
|
||||
|
Loading…
Reference in New Issue
Block a user