Move linux command and wait method to common tools

Signed-off-by: Katarzyna Treder <katarzyna.treder@h-partners.com>
This commit is contained in:
Katarzyna Treder
2024-12-10 13:57:18 +01:00
parent f60e90192e
commit a954e47b33
9 changed files with 26 additions and 18 deletions

View File

@@ -13,7 +13,7 @@ from connection.base_executor import BaseExecutor
from core.test_run import TestRun
from storage_devices.device import Device
from test_tools.fio.fio_result import FioResult
from test_utils.linux_command import LinuxCommand
from test_tools.common.linux_command import LinuxCommand
from types.size import Size