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
commit 137f16fe46
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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