add force to start cache

Signed-off-by: Karolina Rogowska <karolina.rogowska@intel.com>
This commit is contained in:
Karolina Rogowska 2022-04-14 14:20:47 +02:00
parent 4d3d8a9264
commit c47cf47777

View File

@ -146,7 +146,7 @@ def test_recovery_unplug_cache_raw(cache_mode, cls):
source_file_md5 = source_file.md5sum()
with TestRun.step("Start cache and add core."):
cache = casadm.start_cache(cache_device, cache_mode, cls)
cache = casadm.start_cache(cache_device, cache_mode, cls, force=True)
core = cache.add_core(core_device)
with TestRun.step("Copy file to CAS."):