tests: fix tests after tf disk recognition refactor

Signed-off-by: Kamil Gierszewski <kamil.gierszewski@huawei.com>
This commit is contained in:
Kamil Gierszewski
2024-09-12 09:57:59 +02:00
committed by Katarzyna Treder
parent 8f5dbc997b
commit 173810ad6d
8 changed files with 24 additions and 17 deletions

View File

@@ -1,5 +1,6 @@
#
# Copyright(c) 2022 Intel Corporation
# Copyright(c) 2024 Huawei Technologies Co., Ltd.
# SPDX-License-Identifier: BSD-3-Clause
#
@@ -130,7 +131,7 @@ async def test_data_integrity_unplug(cache_mode):
raise
with TestRun.step("Plug back the cache device"):
cache_dev.plug()
cache_dev.plug_all()
with TestRun.step("Load cache"):
cache = casadm.load_cache(cache_dev)