Kill all IO on teardown
Signed-off-by: Jan Musial <jan.musial@intel.com>
This commit is contained in:
parent
45e862fdbd
commit
79e54b81a6
@ -93,6 +93,7 @@ def pytest_runtest_teardown():
|
|||||||
if TestRun.executor.is_active():
|
if TestRun.executor.is_active():
|
||||||
TestRun.executor.wait_for_connection()
|
TestRun.executor.wait_for_connection()
|
||||||
Udev.enable()
|
Udev.enable()
|
||||||
|
kill_all_io()
|
||||||
unmount_cas_devices()
|
unmount_cas_devices()
|
||||||
casadm.remove_all_detached_cores()
|
casadm.remove_all_detached_cores()
|
||||||
casadm.stop_all_caches()
|
casadm.stop_all_caches()
|
||||||
|
Loading…
Reference in New Issue
Block a user