Kill all IO on teardown

Signed-off-by: Jan Musial <jan.musial@intel.com>
This commit is contained in:
Jan Musial 2019-12-17 11:00:58 +01:00
parent 45e862fdbd
commit 79e54b81a6

View File

@ -93,6 +93,7 @@ def pytest_runtest_teardown():
if TestRun.executor.is_active():
TestRun.executor.wait_for_connection()
Udev.enable()
kill_all_io()
unmount_cas_devices()
casadm.remove_all_detached_cores()
casadm.stop_all_caches()