Merge pull request #1191 from katlapinka/di-async-update
Update data integrity test for async method change in TF
This commit is contained in:
commit
bc7375a953
@ -114,7 +114,7 @@ async def test_data_integrity_unplug(cache_mode):
|
|||||||
cache_dev.unplug()
|
cache_dev.unplug()
|
||||||
|
|
||||||
with TestRun.step("Analyze FIO execution after hot 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:
|
if fio_output.exit_code == 0:
|
||||||
TestRun.LOGGER.warning(
|
TestRun.LOGGER.warning(
|
||||||
"Unexpectedly successful fio - check if the device was unplugged correctly."
|
"Unexpectedly successful fio - check if the device was unplugged correctly."
|
||||||
|
Loading…
Reference in New Issue
Block a user