add force to start cache
Signed-off-by: Karolina Rogowska <karolina.rogowska@intel.com>
This commit is contained in:
parent
4d3d8a9264
commit
c47cf47777
@ -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."):
|
||||
|
Loading…
Reference in New Issue
Block a user