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:
parent
9d7ab478da
commit
be288d2fac
@ -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()
|
||||||
|
Loading…
Reference in New Issue
Block a user