Skip to content

environment: NM pid + restart NM + crash detection

Filip Pokryvka requested to merge devel/fp/nm_pid into master

unify calling of nm_pid(), no need to be in a try block

create fuction restart_NM_service(), which is better if we decide to track NM PID

rewrite crash detection, detect crashes in every after_scenraio (not only if PID changes), and if there is unreported crash, report it and fail current scenario. Now, FAF and COREDUMP appear before NM log in HTML report.

Edited by Filip Pokryvka

Merge request reports