Merge pull request #1191 from katlapinka/di-async-update

Update data integrity test for async method change in TF
This commit is contained in:
Karolina Rogowska 2022-05-12 14:20:49 +02:00 committed by GitHub
commit bc7375a953
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -114,7 +114,7 @@ async def test_data_integrity_unplug(cache_mode):
cache_dev.unplug()
with TestRun.step("Analyze FIO execution after hot unplug"):
fio_output = await fio_task
fio_output = fio_task.result()
if fio_output.exit_code == 0:
TestRun.LOGGER.warning(
"Unexpectedly successful fio - check if the device was unplugged correctly."