Move output to connection utils

Signed-off-by: Katarzyna Treder <katarzyna.treder@h-partners.com>
This commit is contained in:
Katarzyna Treder
2024-12-10 12:31:14 +01:00
parent 81e792be99
commit 9460151ee5
27 changed files with 27 additions and 27 deletions

View File

@@ -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: