Update data integrity test for async method change in TF

Signed-off-by: Katarzyna Lapinska <katarzyna.lapinska@intel.com>
This commit is contained in:
Katarzyna Lapinska 2022-04-26 09:15:02 +02:00
parent cd51bfbab1
commit 7b1aa8ee74

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."