Kill existing fsck process to be able to manage partitions in test prepare

Signed-off-by: Katarzyna Lapinska <katarzyna.lapinska@intel.com>
This commit is contained in:
Katarzyna Lapinska 2020-06-17 09:00:05 +02:00
parent 9d7ab478da
commit be288d2fac

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()