Merge pull request #443 from katlapinka/fsck

Kill existing fsck process
This commit is contained in:
Robert Baldyga
2020-06-17 09:41:09 +02:00
committed by GitHub

View File

@@ -152,6 +152,7 @@ def get_force_param(item):
def base_prepare(item): def base_prepare(item):
with TestRun.LOGGER.step("Cleanup before test"): with TestRun.LOGGER.step("Cleanup before test"):
TestRun.executor.run("pkill --signal=SIGKILL fsck")
Udev.enable() Udev.enable()
kill_all_io() kill_all_io()
DeviceMapper.remove_all() DeviceMapper.remove_all()