tests: fix tests after tf disk recognition refactor
Signed-off-by: Kamil Gierszewski <kamil.gierszewski@huawei.com>
This commit is contained in:

committed by
Katarzyna Treder

parent
8f5dbc997b
commit
173810ad6d
@@ -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)
|
||||
|
Reference in New Issue
Block a user