Move linux command and wait method to common tools
Signed-off-by: Katarzyna Treder <katarzyna.treder@h-partners.com>
This commit is contained in:
@@ -16,7 +16,8 @@ from api.cas.statistics import CoreStats, CoreIoClassStats
|
||||
from core.test_run_utils import TestRun
|
||||
from storage_devices.device import Device
|
||||
from test_tools import fs_utils, disk_utils
|
||||
from test_utils.os_utils import wait, sync
|
||||
from test_utils.os_utils import sync
|
||||
from test_tools.common.wait import wait
|
||||
from types.size import Unit, Size
|
||||
|
||||
|
||||
|
@@ -10,7 +10,7 @@ from datetime import timedelta
|
||||
import paramiko
|
||||
|
||||
from core.test_run import TestRun
|
||||
from test_utils.os_utils import wait
|
||||
from test_tools.common.wait import wait
|
||||
|
||||
|
||||
def check_progress_bar(command: str, progress_bar_expected: bool = True):
|
||||
|
Reference in New Issue
Block a user