Merge pull request #1181 from karolinavelkaja/add_force_to_test_recovery_unplug_cache_raw

add force to start cache
This commit is contained in:
Robert Baldyga 2022-04-20 12:00:58 +02:00 committed by GitHub
commit 83227dff04
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -146,7 +146,7 @@ def test_recovery_unplug_cache_raw(cache_mode, cls):
source_file_md5 = source_file.md5sum() source_file_md5 = source_file.md5sum()
with TestRun.step("Start cache and add core."): 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) core = cache.add_core(core_device)
with TestRun.step("Copy file to CAS."): with TestRun.step("Copy file to CAS."):