T7217: fix AUM crash detection
If AUM is crashed by any reason (SIGSEGV
for example) the function apply_update_sync
don't detect that behavior and exit with error code after timeout (~8 min). This is leading to false positive result in test if we are expecting the update failure.
- Added the check of AUM restart by systemd and return code
99
for that case. - Fix potential false positive tests